tcga-downloader/tcga_downloader/__init__.py
yunpeng.zhang a01a59b371
Some checks failed
CI / Lint (push) Failing after 9m32s
CI / Test (3.11) (push) Successful in 6m41s
CI / Test (3.12) (push) Successful in 4m21s
feat: add interactive cli
2026-02-09 13:13:39 +08:00

6 lines
68 B
Python

__version__ = "0.1.0"
from .cli import main
from .cli import main