11 lines
180 B
Python
11 lines
180 B
Python
"""
|
|
CustomTkinter Listbox
|
|
Author: Akash Bora (Akascape)
|
|
License: MIT
|
|
Homepage: https://github.com/Akascape/CTkListbox
|
|
"""
|
|
|
|
__version__ = '0.9'
|
|
|
|
from .ctk_listbox import CTkListbox
|