Spaces:
Sleeping
Sleeping
File size: 255 Bytes
100a6dd | 1 2 3 4 5 6 7 8 9 | """
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 |