"""Ładuje rozszerzenia endpointów grants (import side-effect).""" import endpoints.grants_catalog # noqa: F401 import endpoints.grants_nabory_enhanced # noqa: F401 try: from endpoints.grants import router as grants_router from endpoints.grants_intelligence import router as intelligence_router grants_router.include_router(intelligence_router) except Exception: pass