fastapi / angrybird.py
steveagi's picture
copy from ai2
7e320e6
raw
history blame
162 Bytes
from games.angrybirds.angrybirds import angrybird
game = angrybird()
def process(command: str):
res1, _ = game.query_entry_point(command)
return res1