todoapp-emn38g/app/models/__init__.py
2025-05-26 18:14:47 +00:00

4 lines
84 B
Python

from app.models.todo import Todo
# For easy access to all models
__all__ = ["Todo"]