mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
fix
This commit is contained in:
parent
85343bf3e9
commit
de153405b3
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import platform
|
|||
import fire
|
||||
|
||||
from examples.werewolf_game.werewolf_game import WerewolfGame
|
||||
from examples.werewolf_game.roles import Moderator, Villager, Werewolf, Guard, Seer, witch
|
||||
from examples.werewolf_game.roles import Moderator, Villager, Werewolf, Guard, Seer, Witch
|
||||
|
||||
DEFAULT_PLAYER_SETUP = """
|
||||
Game setup:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue