8 lines
135 B
Python
8 lines
135 B
Python
from library import *
|
|
|
|
|
|
if __name__ == "__main__":
|
|
P2PRCNodes = ListNodes()
|
|
# Print nodes in the network
|
|
print(P2PRCNodes)
|