1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-09-28 21:11:42 +00:00
certidude/misc/certidude

7 lines
108 B
Plaintext
Raw Normal View History

2015-07-12 19:22:10 +00:00
#!/usr/bin/env python3
from certidude.cli import entry_point
if __name__ == "__main__":
entry_point()