hosts/main.py
2025-07-29 13:50:55 +02:00

6 lines
83 B
Python

def main():
print("Hello from hosts!")
if __name__ == "__main__":
main()