File size: 122 Bytes
968c7dd
 
 
 
1
2
3
4
5
"""HF Docker Space entry — re-exports the FastAPI play server."""
from game.webapi.server import app

__all__ = ["app"]