Deployed 9647e91 with MkDocs version: 1.3.0
This commit is contained in:
commit
2c0fafb925
95 changed files with 128036 additions and 0 deletions
6
hello_world.py
Normal file
6
hello_world.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from great_ai import GreatAI
|
||||
|
||||
|
||||
@GreatAI.create
|
||||
def hello_world(name: str) -> str:
|
||||
return f"Hello {name}!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue