abkfenris/gage-web

View on GitHub
app/models/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
"""
Importing the models from their seperate directories
"""

from .correlation import Correlation  # noqa
from .user import User, Role, user_datastore  # noqa
from .region import Region  # noqa
from .river import River  # noqa
from .section import Section  # noqa
from .gage import Gage  # noqa
from .sensor import Sensor  # noqa
from .sample import Sample  # noqa