Files
scribe/scraibe/app/global_var.py
T
2023-11-20 15:01:51 +01:00

9 lines
157 B
Python

"""
Stores global variables for the app.
"""
# Global variable to store the model
MODEL = None
# Global variable to track user activity
USER_ACTIVE = False