absa-ontology / core /app_state.py
darisdzakwanhoesien2
Modular Attempt
736b015
raw
history blame contribute delete
170 Bytes
class AppState(dict):
"""Global shared application state (for cross-model access)."""
pass
# Singleton instance for all modules to import
app_state = AppState()