ANALYSE-8/services/state.py

5 lines
95 B
Python

from ast import Import
from models.user import User
class State:
CURRENT_USER: User = None