restructured imports from modules, created imports in __init__.py

This commit is contained in:
Tom Schimansky
2022-11-29 19:06:33 +01:00
parent 1254a39161
commit 03249110f3
38 changed files with 226 additions and 186 deletions

View File

@@ -2,7 +2,7 @@ from tkinter.font import Font
import copy
from typing import List, Callable, Tuple, Optional, Literal
from ..theme.theme_manager import ThemeManager
from ..theme import ThemeManager
class CTkFont(Font):