MultiCountryRAG / api /utils /__init__.py
SAAHMATHWORKS
ready for hugging face space
f37bf1d
Raw
History Blame Contribute Delete
117 Bytes
# api/utils/__init__.py
from .startup import initialize_system, lifespan
__all__ = ["initialize_system", "lifespan"]