Add missing file
This commit is contained in:
parent
7e2be76e4a
commit
98903305e8
1 changed files with 8 additions and 0 deletions
8
docs/hello_world.py
Normal file
8
docs/hello_world.py
Normal 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}!"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue