summaryrefslogtreecommitdiff
path: root/Omni/App.py
AgeCommit message (Collapse)Author
2025-09-04Refactor Admin and Database path stuffBen Sima
Moved the Admin related stuff to a separate file. Removed the repetitive `db_path` arg everywhere and replaced it with correct assumptions, similar to whats in other apps.
2025-01-21Move Area to Omni/App.pyBen Sima
This matches Omni/App.hs, and I'll use it in future projects.