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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user