mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
restructured imports from modules, created imports in __init__.py
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import tkinter
|
||||
from typing import Union, Tuple, List, Dict, Callable, Optional, Literal
|
||||
|
||||
from .theme.theme_manager import ThemeManager
|
||||
from .theme import ThemeManager
|
||||
from .font import CTkFont
|
||||
from .ctk_button import CTkButton
|
||||
from .ctk_frame import CTkFrame
|
||||
from .font.ctk_font import CTkFont
|
||||
|
||||
|
||||
class CTkSegmentedButton(CTkFrame):
|
||||
|
||||
Reference in New Issue
Block a user