Deployed 9647e91 with MkDocs version: 1.3.0

This commit is contained in:
Andras Schmelczer 2022-07-04 14:47:37 +02:00
commit 2c0fafb925
95 changed files with 128036 additions and 0 deletions

6
hello_world.py Normal file
View file

@ -0,0 +1,6 @@
from great_ai import GreatAI
@GreatAI.create
def hello_world(name: str) -> str:
return f"Hello {name}!"