mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
8 lines
85 B
Python
Executable File
8 lines
85 B
Python
Executable File
#!/usr/local/bin/python
|
|
|
|
from pypcp import *
|
|
|
|
sk = Key("tom", "me@there")
|
|
sk.dump()
|
|
|