add routes and upload functions

This commit is contained in:
2025-10-24 08:25:57 +02:00
parent 175f382ec0
commit 8c2259d1de
7 changed files with 583 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from .handeling.basics import basic_bp
from .auth.login import auth_login_bp
from .side.main import side_main_bp
from .side.upload import upload_bp