This repository has been archived on 2019-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
s1-tp/S1/Echecs/app.py

6 lines
95 B
Python
Raw Normal View History

from logique import LogiqueEchecs
from guiTk import PlateauTk
p = PlateauTk(LogiqueEchecs())