Add missing file

This commit is contained in:
Andras Schmelczer 2022-07-08 11:28:59 +02:00
parent 7e2be76e4a
commit 98903305e8
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

8
docs/hello_world.py Normal file
View file

@ -0,0 +1,8 @@
from great_ai import GreatAI
@GreatAI.create
def hello_world(name: str) -> str:
"""Learn more about GreatAI at https://github.com/schmelczer/great-ai"""
return f"Hello {name}!"