"""Application package.""" __version__ = "1.0.0" __author__ = "Tyler" from core.app import create_app __all__ = ["create_app"]