mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
5 lines
172 B
Python
5 lines
172 B
Python
from .appearance_mode_base_class import CTkAppearanceModeBaseClass
|
|
from .appearance_mode_tracker import AppearanceModeTracker
|
|
|
|
AppearanceModeTracker.init_appearance_mode()
|