Initial upload: snippet-manager with CI/CD workflow

This commit is contained in:
2026-03-22 11:22:21 +00:00
parent 1e2159a953
commit 0f7ac7c3c2

4
snip.py Normal file
View File

@@ -0,0 +1,4 @@
from snip.cli import cli
if __name__ == "__main__":
cli()