2025-02-28 00:11:09 +01:00

7 lines
91 B
Python

def main():
print("Hello from vm-management!")
if __name__ == "__main__":
main()