2
0
mirror of https://github.com/Shawn-Shan/fawkes.git synced 2024-09-20 07:26:37 +05:30

test update

This commit is contained in:
Emily Willson 2020-07-22 14:24:14 -05:00
parent 455d30388b
commit eff90b2a9f

View File

@ -1,3 +1,7 @@
'''
Simple GUI to facilitate interaction with Fawkes.
'''
import threading import threading
from tkinter import Tk, BOTH, StringVar from tkinter import Tk, BOTH, StringVar
from tkinter.filedialog import askopenfilenames from tkinter.filedialog import askopenfilenames