3 lines
119 B
Python
3 lines
119 B
Python
# Import all models here so Alembic can detect them
|
|
from app.db.base_class import Base
|
|
from app.models.todo import Todo |