working on member menu manage
This commit is contained in:
5
services/state.py
Normal file
5
services/state.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from ast import Import
|
||||
from models.user import User
|
||||
|
||||
class State:
|
||||
CURRENT_USER: User = None
|
Reference in New Issue
Block a user