Initial upload: CodeGuard-CLI v0.1.0

This commit is contained in:
2026-02-01 02:53:01 +00:00
parent 54e5408549
commit c09e3cacb1

4
setup.py Normal file
View File

@@ -0,0 +1,4 @@
from setuptools import setup
if __name__ == "__main__":
setup()