final stage of the app

This commit is contained in:
2025-07-15 14:32:57 +03:00
parent 94f006d458
commit b94d2ebbd6
29 changed files with 1498 additions and 1124 deletions

7
app/routes/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
"""
Route modules for QR Code Manager
"""
from . import main, api, auth
__all__ = ['main', 'api', 'auth']