7 lines
101 B
Python
Executable file
7 lines
101 B
Python
Executable file
#! /usr/bin/env python3
|
|
|
|
from guiTk import FenetreTk
|
|
|
|
if __name__ == '__main__':
|
|
f = FenetreTk()
|