feat: initial LMS frontend with adaptive navigation and routing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AppState:
|
||||
def __init__(self):
|
||||
self.access_token = None
|
||||
self.user = None
|
||||
|
||||
state = AppState()
|
||||
Reference in New Issue
Block a user