graphql_python_template/app/models/__init__.py
2020-11-07 23:34:37 +01:00

2 lines
46 B
Python

from .todo import Todo
from .user import User