5 lines
No EOL
95 B
Python
Executable file
5 lines
No EOL
95 B
Python
Executable file
#!/usr/bin/env python3
|
|
from tkinter import *
|
|
from tkinter import ttk
|
|
|
|
print("Work in progress") |