Files
p2p-rendering-computation/Bindings/python/test.py
2025-04-07 20:25:25 +01:00

8 lines
135 B
Python

from library import *
if __name__ == "__main__":
P2PRCNodes = ListNodes()
# Print nodes in the network
print(P2PRCNodes)