default_lifespan

A context manager that handles the startup and shutdown of Sthali application.

    Args:
        app (fastapi.FastAPI): The FastAPI application instance.

    Yields:
        None