"""FastAPI dashboard package for observability APIs.""" from src.dashboard.app import create_dashboard_app __all__ = ["create_dashboard_app"]