mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-07 06:01:03 +00:00
Initial commit
This commit is contained in:
6
misc/certidude
Normal file
6
misc/certidude
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from certidude.cli import entry_point
|
||||
|
||||
if __name__ == "__main__":
|
||||
entry_point()
|
Reference in New Issue
Block a user