mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
started with python binding
This commit is contained in:
7
bindings/py/test.py
Executable file
7
bindings/py/test.py
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/local/bin/python
|
||||
|
||||
from pypcp import *
|
||||
|
||||
sk = Key("tom", "me@there")
|
||||
sk.dump()
|
||||
|
||||
Reference in New Issue
Block a user