added base python bindings
This commit is contained in:
7
Bindings/python/test.py
Normal file
7
Bindings/python/test.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from library import *
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
P2PRCNodes = ListNodes()
|
||||
# Print nodes in the network
|
||||
print(P2PRCNodes)
|
||||
Reference in New Issue
Block a user