Files
testdata-cli/snip/cli/__init__.py

6 lines
83 B
Python

"""CLI module for click commands."""
from .commands import cli
__all__ = ["cli"]