mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-11 05:17:55 +03:00
9 lines
98 B
Python
Executable File
9 lines
98 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import Tkinter
|
|
|
|
top = Tkinter.Tk()
|
|
|
|
top.mainloop()
|