From b88370cdb7fe55486e62bf6fefe49b16824f31b9 Mon Sep 17 00:00:00 2001 From: Akilan Date: Wed, 30 Apr 2025 12:02:07 +0100 Subject: [PATCH] test version simulation --- Bindings/python/library.py | 3 +++ 1 file changed, 3 insertions(+) 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):