glam/src/glam_extractor/api/__init__.py
2025-12-06 19:50:04 +01:00

10 lines
179 B
Python

"""
GLAM Extractor API
FastAPI-based REST API for heritage custodian data services,
including DSPy-powered SPARQL query generation.
"""
from .main import app
__all__ = ["app"]