mirror of
https://github.com/vacp2p/universal-connectivity.git
synced 2026-01-09 15:18:05 -05:00
7 lines
85 B
Python
7 lines
85 B
Python
def main():
|
|
print("Hello from py-peer!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|