mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
Update start_game.py
delete two lines of local testing code
This commit is contained in:
parent
be2580f5db
commit
f9179c377d
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue