""" Entry point for Hugging Face Spaces deployment of Rawi API """ from main import app # This file serves as the entry point for Hugging Face Spaces # It imports and exposes the FastAPI app object from main.py