hack4impact/flask-base

View on GitHub
app/models/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
"""
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