feat: refactor to FastAPI architecture v2.0
Some checks failed
Build & Push Docker / build (push) Has been cancelled
Some checks failed
Build & Push Docker / build (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
3
app/models/__init__.py
Normal file
3
app/models/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .event import Block, ProgramType, EventInfo, ScenarioDocument
|
||||
|
||||
__all__ = ["Block", "ProgramType", "EventInfo", "ScenarioDocument"]
|
||||
Reference in New Issue
Block a user