Move code to pinecrypt.client Python package

This commit is contained in:
2021-04-11 22:45:59 +03:00
parent 4eb2c17652
commit 447aa70035
8 changed files with 75 additions and 7 deletions

6
misc/certidude Normal file
View File

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