""" models package initializer. Import key models so they're registered with the shared Base.metadata when the package is imported by tests. """ from . import application_setting # noqa: F401 from . import currency # noqa: F401 from . import role # noqa: F401 from . import user # noqa: F401 from . import theme_setting # noqa: F401