我在 python 下国际象棋我有这个错误
这是我的代码:
import chess.board
board=chess.Board()
board
完整错误:
Traceback (most recent call last):
File "chess.py", line 1, in <module>
import chess
File "D:\Websites\repoting\chess.py", line 3, in <module>
board=chess.Board()
AttributeError: module 'chess' has no attribute 'Board'