feat: initial LMS frontend with adaptive navigation and routing

This commit is contained in:
Flook
2026-05-04 17:44:35 +07:00
commit b4725b184b
17 changed files with 395 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
class AppState:
def __init__(self):
self.access_token = None
self.user = None
state = AppState()