Chess_Engine / app.py
electro-sb's picture
first commit
100a6dd
"""
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