2025-05-17 03:38:38 +00:00

4 lines
93 B
Python

from app.models.todo import Todo
# Add all models here for easier imports
__all__ = ["Todo"]