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

7 lines
101 B
Python
Executable file

#! /usr/bin/env python3
from guiTk import FenetreTk
if __name__ == '__main__':
f = FenetreTk()