global refactoring; add support for Assets without the computed hash

This commit is contained in:
bigcat88
2025-09-12 18:14:52 +03:00
parent 934377ac1e
commit bb9ed04758
27 changed files with 2380 additions and 1930 deletions

View File

@@ -1,5 +1,5 @@
from .assets_scanner import sync_seed_assets
from .database.db import init_db_engine
from .assets_scanner import start_background_assets_scan
from .api.assets_routes import register_assets_system
__all__ = ["init_db_engine", "start_background_assets_scan"]
__all__ = ["init_db_engine", "sync_seed_assets", "register_assets_system"]