4 lines
93 B
Python
4 lines
93 B
Python
from app.models.todo import Todo
|
|
|
|
# Add all models here for easier imports
|
|
__all__ = ["Todo"] |