4 lines
84 B
Python
4 lines
84 B
Python
from app.models.todo import Todo
|
|
|
|
# For easy access to all models
|
|
__all__ = ["Todo"] |