This commit is contained in:
2024-10-28 07:17:47 -04:00
parent 116c9d2d99
commit 47efa51ac6
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -164,3 +164,5 @@ cython_debug/
.vscode/**
.envrc
.env
src/**
-2
View File
@@ -1,2 +0,0 @@
def hello() -> str:
return "Hello from simplemind!"