autocommit/hello.py

7 lines
88 B
Python

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