diff --git a/Bindings/python/library.py b/Bindings/python/library.py index 20bcc40..da53b5e 100644 --- a/Bindings/python/library.py +++ b/Bindings/python/library.py @@ -64,6 +64,9 @@ def StartServer(): # Starting P2PRC as a server mode p2prc.Server() +def Init(): + p2prc.Init("") + # Class to create string to pass as string function # parameter to shared object file class go_string(Structure):