[!] Fix for as module
This commit is contained in:
@@ -2,7 +2,7 @@ from typing import Optional, Union, Tuple
|
||||
import customtkinter as ctk
|
||||
from customtkinter import CTkFont, ThemeManager
|
||||
|
||||
from gui.utils.params import Strings
|
||||
from ..utils.params import Strings
|
||||
|
||||
|
||||
class CTkLoginBox(ctk.CTkToplevel):
|
||||
|
||||
@@ -3,7 +3,7 @@ from typing import Optional, Union, Tuple, Dict, Any, Literal
|
||||
import customtkinter as ctk
|
||||
from customtkinter import CTkFont, ThemeManager
|
||||
|
||||
from gui.utils import Strings, Icons
|
||||
from ..utils import Strings, Icons
|
||||
|
||||
class CTkMessageBox(ctk.CTkToplevel):
|
||||
header_map = {
|
||||
|
||||
Reference in New Issue
Block a user