1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-11 05:17:55 +03:00
openuds/client/notes/macosx/udsclient.py
Adolfo Gómez García 4e2fce147f linux notes
2015-03-16 14:39:13 +01:00

9 lines
98 B
Python
Executable File

#!/usr/bin/env python
# -*- coding: utf-8 -*-
import Tkinter
top = Tkinter.Tk()
top.mainloop()