T7x-Workshop-Downloader/CTkToolTip/__init__.py

12 lines
214 B
Python
Raw Normal View History

2023-09-04 10:39:55 -04: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