Separated codebase from development repo

This commit is contained in:
2021-05-27 15:38:44 +03:00
parent be22183439
commit 8ebf375b4b
49 changed files with 3678 additions and 1 deletions

6
misc/pinecone Normal file
View File

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