Files
MyManagingTools/src/constants.py
2025-06-27 07:26:58 +02:00

8 lines
141 B
Python

SESSION_USER_ID_KEY = "user_id"
NO_SESSION = "__NO_SESSION__"
NOT_LOGGED = "__NOT_LOGGED__"
class Routes:
Root = "/"
Logout = "/logout"