working on member menu manage

This commit is contained in:
2022-10-04 19:38:42 +02:00
parent d6467b2a8f
commit 688867250b
10 changed files with 146 additions and 34 deletions

5
services/state.py Normal file
View File

@@ -0,0 +1,5 @@
from ast import Import
from models.user import User
class State:
CURRENT_USER: User = None