mirror of
https://github.com/Shawn-Shan/fawkes.git
synced 2026-06-12 21:50:46 +05:30
update app
This commit is contained in:
+3
-4
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user