Spaces:
Sleeping
Sleeping
Update tools/chess_tools.py
Browse files- tools/chess_tools.py +1 -1
tools/chess_tools.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from tools.
|
| 2 |
from PIL import Image
|
| 3 |
import requests
|
| 4 |
from io import BytesIO
|
|
|
|
| 1 |
+
from tools.base_tool import BaseTool
|
| 2 |
from PIL import Image
|
| 3 |
import requests
|
| 4 |
from io import BytesIO
|