fix telegram
This commit is contained in:
11
deploy-package-20260223-151231/shared/models/__init__.py
Normal file
11
deploy-package-20260223-151231/shared/models/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""Shared Pydantic models for ROA2WEB applications."""
|
||||
|
||||
from .company import Company, CompanyListResponse
|
||||
from .calendar import CalendarPeriod, CalendarPeriodsResponse
|
||||
|
||||
__all__ = [
|
||||
"Company",
|
||||
"CompanyListResponse",
|
||||
"CalendarPeriod",
|
||||
"CalendarPeriodsResponse",
|
||||
]
|
||||
Reference in New Issue
Block a user