@ -8,7 +8,6 @@ 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