diff --git a/GUI/GUI.py b/GUI/GUI.py index b2a42f7..743daca 100644 --- a/GUI/GUI.py +++ b/GUI/GUI.py @@ -8,7 +8,7 @@ import customtkinter customtkinter.set_appearance_mode("System") # Modes: "System" (standard), "Dark", "Light" customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue" - +#test class App(customtkinter.CTk): WIDTH = 1200