Testing to see if i have write access

pull/1207/head
RapidStoned 3 years ago
parent adb12549ff
commit 289c10bd9d

@ -8,7 +8,7 @@ import customtkinter
customtkinter.set_appearance_mode("System") # Modes: "System" (standard), "Dark", "Light" customtkinter.set_appearance_mode("System") # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue" customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue"
#test
class App(customtkinter.CTk): class App(customtkinter.CTk):
WIDTH = 1200 WIDTH = 1200

Loading…
Cancel
Save