initial commit

This commit is contained in:
Philip Henning 2025-07-29 13:50:55 +02:00
commit 40a1e67949
12 changed files with 882 additions and 0 deletions

6
main.py Normal file
View file

@ -0,0 +1,6 @@
def main():
print("Hello from hosts!")
if __name__ == "__main__":
main()