12 lines
214 B
Python
Raw Normal View History

2023-09-04 15:39:55 +01:00
"""
CustomTkinter ToolTip
Author: Akash Bora
This is a tooltip/pop-up widget made with customtkinter.
Homepage: https://github.com/Akascape/CTkToolTip
"""
__version__ = '0.8'
from .ctk_tooltip import CTkToolTip