diagram_ph/hello.py

7 lines
88 B
Python

def main():
print("Hello from diagram-ph!")
if __name__ == "__main__":
main()