1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-07 06:01:03 +00:00

Initial commit

This commit is contained in:
2015-07-12 22:22:10 +03:00
parent 6728f4131c
commit 0af381fc46
12 changed files with 1107 additions and 0 deletions

6
misc/certidude Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
from certidude.cli import entry_point
if __name__ == "__main__":
entry_point()