mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-10 20:48:35 +03:00
5 lines
112 B
Python
5 lines
112 B
Python
from app.shared.db.base import get_session
|
|
from app.web.main import app_factory
|
|
|
|
app = app_factory(get_session)
|