Files
fsai-api/app/models/__init__.py
Fergal Moran 6b3adfe74f Initial commit
2019-10-09 19:53:50 +01:00

8 lines
194 B
Python

"""
These imports enable us to make all defined models members of the models
module (as opposed to just their python files)
"""
from .user import * # noqa
from .miscellaneous import * # noqa