From 66ae640c07c9fa9089879996c283482bf26c6f1b Mon Sep 17 00:00:00 2001 From: Nayla Hanegan Date: Tue, 23 Jan 2024 19:53:54 -0500 Subject: [PATCH] 2.0.0.1 --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 57c874b..07cd991 100644 --- a/main.py +++ b/main.py @@ -18,7 +18,6 @@ from functions import * from credits import * from codes import * -from items import * customtkinter.set_appearance_mode("Dark") # Modes: "System" (standard), "Dark", "Light" customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue"