Deployed ea540e8 with MkDocs version: 1.3.0

This commit is contained in:
2022-07-08 09:31:27 +00:00
parent 2c0fafb925
commit 54400a8829
52 changed files with 14526 additions and 502 deletions

View file

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