"""HF Docker Space entry — re-exports the FastAPI play server.""" from game.webapi.server import app __all__ = ["app"]