Spaces:
Runtime error
Runtime error
File size: 128 Bytes
66340f1 |
1 2 3 4 |
# Import all models here so alembic can discover them
from app.models.user import User
from app.models.document import Document
|