mirror of
https://github.com/Shawn-Shan/fawkes.git
synced 2024-12-22 07:09:33 +05:30
update app
This commit is contained in:
parent
2a8d4f0e51
commit
455d30388b
@ -1,11 +1,10 @@
|
|||||||
import threading
|
import threading
|
||||||
|
from tkinter import Tk, BOTH, StringVar
|
||||||
|
from tkinter.filedialog import askopenfilenames
|
||||||
|
from tkinter.ttk import Frame, Label, Button
|
||||||
|
|
||||||
import fawkes.protection
|
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):
|
class UI(Frame):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user