gacsco/main.py
2025-05-04 17:01:28 +02:00

6 lines
96 B
Python

def main():
print("Hello from genieacs-commander!")
if __name__ == "__main__":
main()