Add shebang for python3
This commit is contained in:
parent
320462d73d
commit
325a92efd2
1 changed files with 2 additions and 0 deletions
2
main.py
2
main.py
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import tkinter as tk
|
||||
from tkinter import ttk
|
||||
from tkinter import filedialog
|
||||
|
|
Loading…
Reference in a new issue