7 lines
114 B
Python
7 lines
114 B
Python
#!/usr/bin/env python
|
|
|
|
from pinecrypt.server.cli import entry_point
|
|
|
|
if __name__ == "__main__":
|
|
entry_point()
|