certidude/misc/certidude

7 lines
107 B
Python

#!/usr/bin/env python
from certidude.cli import entry_point
if __name__ == "__main__":
entry_point()