Interface-module/boxes/__init__.py
2025-03-18 13:05:36 +03:00

4 lines
131 B
Python

from .CTkMessageBox import CTkMessageBox, messagebox
from .CTkLoginBox import CTkLoginBox
from .CTkLoadingBox import CTkLoadingBox