mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-23 00:25:18 +00:00
7 lines
108 B
Python
7 lines
108 B
Python
#!/usr/bin/env python3
|
|
|
|
from certidude.cli import entry_point
|
|
|
|
if __name__ == "__main__":
|
|
entry_point()
|