templates/python/pyproject/nixpkgs/cli/src/hello/main.py

6 lines
79 B
Python

def main():
print("Hello, World!")
if __name__ == "__main__":
main()