bstraehle commited on
Commit
5dc7a93
1 Parent(s): 5be2810

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -1,4 +1,4 @@
1
- import chess, chess.svg
2
  from autogen import ConversableAgent, register_function
3
  from typing_extensions import Annotated
4
 
 
1
+ import chess, chess.svg, math
2
  from autogen import ConversableAgent, register_function
3
  from typing_extensions import Annotated
4