bstraehle commited on
Commit
155179a
·
verified ·
1 Parent(s): 25af752

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -2,7 +2,7 @@ import chess, chess.svg, math
2
  from autogen import ConversableAgent, register_function
3
  from typing_extensions import Annotated
4
 
5
- class MultiAgent
6
  made_move = False
7
 
8
  board = chess.Board()
 
2
  from autogen import ConversableAgent, register_function
3
  from typing_extensions import Annotated
4
 
5
+ class MultiAgent:
6
  made_move = False
7
 
8
  board = chess.Board()