Update start_game.py

delete two lines of local testing code
This commit is contained in:
Kevin Meng 2023-09-26 20:15:27 +08:00 committed by GitHub
parent be2580f5db
commit f9179c377d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,6 @@
import asyncio
import platform
import fire
import sys
sys.path.append("../../")
from examples.werewolf_game.werewolf_game import WerewolfGame
from examples.werewolf_game.roles import Moderator, Villager, Werewolf, Guard