Deployed ea540e8 with MkDocs version: 1.3.0
This commit is contained in:
parent
2c0fafb925
commit
54400a8829
52 changed files with 14526 additions and 502 deletions
8
hello_world/hello_world.py
Normal file
8
hello_world/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