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

update app

This commit is contained in:
Shawn-Shan 2020-07-22 12:31:01 -05:00
parent 2a8d4f0e51
commit 455d30388b

View File

@ -1,11 +1,10 @@
import threading
from tkinter import Tk, BOTH, StringVar
from tkinter.filedialog import askopenfilenames
from tkinter.ttk import Frame, Label, Button
import fawkes.protection
from tkinter import Tk, BOTH, StringVar
from tkinter.ttk import Frame, Label, Style, Button
from tkinter.filedialog import askdirectory, askopenfilenames
class UI(Frame):
def __init__(self):
@ -60,4 +59,4 @@ def thread_it(func, *args):
if __name__ == '__main__':
main()
main()