This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import customtkinter as ctk | |
| ctk.set_appearance_mode("dark") | |
| ctk.set_default_color_theme("blue") | |
| class AutoShockPro(ctk.CTk): | |
| def __init__(self): | |
| super().__init__() | |
| # Nastavení okna |