""" 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