Files
openclaw-mission-control/backend/app/models/__init__.py
2026-02-01 22:25:28 +05:30

3 lines
87 B
Python

# Import models here so Alembic can discover them
from .task import Task # noqa: F401