"""Main script entrypoint.""" from .settings import BackendSettings from .app import create_backend_app app = create_backend_app(BackendSettings())