5 lines
95 B
Python
5 lines
95 B
Python
from ast import Import
|
|
from models.user import User
|
|
|
|
class State:
|
|
CURRENT_USER: User = None |