summaryrefslogtreecommitdiff
path: root/hello.py
blob: 2ce8296e3f9c9dfdc3a505cebe4b9b6e1f329ca1 (plain)
1
2
3
4
5
6
def main():
    print("Hello from genai!")


if __name__ == "__main__":
    main()