This repository has been archived on 2025-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
chkbit/chkbit_cli/__init__.py
Christian Zangl 1d15326025
version info
2024-06-28 21:58:10 +02:00

7 lines
140 B
Python

from .cli import CLI
from .progress import Progress
from .sparklines import sparkify
from .rate_calc import RateCalc
__version__ = "4.2.1"