You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
421 B

# This is a sample Python script.
import chessboard
from chessboard import *
#
# Press Shift+F10 to execute it or replace it with your code.
# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
# Press the green button in the gutter to run the script.
if __name__ == '__main__':
root.mainloop()
# See PyCharm help at https://www.jetbrains.com/help/pycharm/