added base python bindings

This commit is contained in:
2025-04-07 20:25:25 +01:00
parent e7e0641f31
commit 125d113ade
5 changed files with 113 additions and 11 deletions

7
Bindings/python/test.py Normal file
View File

@@ -0,0 +1,7 @@
from library import *
if __name__ == "__main__":
P2PRCNodes = ListNodes()
# Print nodes in the network
print(P2PRCNodes)