7 lines
96 B
Python
7 lines
96 B
Python
|
def main():
|
||
|
print("Hello from genieacs-commander!")
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|