Add initial commit for model downloader.

This commit is contained in:
Talmaj Marinc
2026-06-27 13:10:05 +02:00
parent 917faef771
commit 6f4c742bc5
33 changed files with 3961 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ try:
from app.database.models import Base
import app.assets.database.models # noqa: F401 — register models with Base.metadata
import app.model_downloader.database.models # noqa: F401 — register models with Base.metadata
_DB_AVAILABLE = True
except ImportError as e: