Spaces:
Sleeping
Sleeping
| """ | |
| Chess Engine API Server | |
| This file provides the FastAPI app for the chess engine. | |
| """ | |
| from chess_engine.api.rest_api import app | |
| # This file is used by Uvicorn to run the API server | |
| # The app variable is imported from chess_engine.api.rest_api |