Files
p2p-rendering-computation/Bindings/python/test.py

12 lines
244 B
Python

from library import *
if __name__ == "__main__":
P2PRCNodes = ListNodes()
# Print nodes in the network
print(P2PRCNodes)
# Add custom information to the network
if AddCustomInformation("Test"):
print("It worked")