таски готовы

This commit is contained in:
2026-02-23 10:18:56 +03:00
parent 2946ee9b42
commit 066ef5eab5
48 changed files with 3559 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
# Lazy loading of route modules to avoid import issues in tests
# This allows tests to import routes without triggering all module imports
__all__ = ['plugins', 'tasks', 'settings', 'connections', 'environments', 'mappings', 'migration', 'git', 'storage', 'admin']
__all__ = ['plugins', 'tasks', 'settings', 'connections', 'environments', 'mappings', 'migration', 'git', 'storage', 'admin', 'reports']
def __getattr__(name):
if name in __all__: