Improve the frontend 5
This commit is contained in:
4
services/external/app/models/__init__.py
vendored
4
services/external/app/models/__init__.py
vendored
@@ -25,6 +25,7 @@ from .weather import (
|
||||
|
||||
from .city_weather import CityWeatherData
|
||||
from .city_traffic import CityTrafficData
|
||||
from .calendar import SchoolCalendar, TenantLocationContext
|
||||
|
||||
# List all models for easier access
|
||||
__all__ = [
|
||||
@@ -38,5 +39,8 @@ __all__ = [
|
||||
# City-based models (new)
|
||||
"CityWeatherData",
|
||||
"CityTrafficData",
|
||||
# Calendar models (hyperlocal)
|
||||
"SchoolCalendar",
|
||||
"TenantLocationContext",
|
||||
"AuditLog",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user