SthaliBackend

A class to initialize and configure a FastAPI application with {...}.

    Args:
        app_spec (AppSpecification): The specification of the application, including title, description, summary,
            version, dependencies, and resources.
        lifespan (collections.abc.Callable[..., typing.Any]): The lifespan of the application.
            Defaults to default_lifespan.