Migrate location recorder and refine db config

This commit is contained in:
2026-04-19 21:39:23 +02:00
parent 31390882ef
commit 32cc6847fd
19 changed files with 507 additions and 31 deletions
+3
View File
@@ -1,2 +1,5 @@
"""SQLAlchemy models package."""
from app.models.location import Location
__all__ = ["Location"]