mirror of
https://github.com/Akascape/Datamosher-Pro.git
synced 2025-12-11 10:49:57 +01:00
10 lines
148 B
Python
10 lines
148 B
Python
"""
|
|
CTkRangeSlider
|
|
Range slider for customtkinter
|
|
Author: Akash Bora
|
|
"""
|
|
|
|
__version__ = '0.1'
|
|
|
|
from .ctk_rangeslider import CTkRangeSlider
|