Files
testdata-cli/snip.py

5 lines
63 B
Python

from snip.cli import cli
if __name__ == "__main__":
cli()