Files
snippet-manager/snip.py
7000pctAUTO 0f7ac7c3c2
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
Initial upload: snippet-manager with CI/CD workflow
2026-03-22 11:22:21 +00:00

5 lines
63 B
Python

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