Skip to content

Commit 8a3bc83

Browse files
Xpitfirefuturisold
authored andcommitted
Added new version; added installer
1 parent c9642a0 commit 8a3bc83

File tree

7 files changed

+1144
-52
lines changed

7 files changed

+1144
-52
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,9 @@ dist/
151151
bin/
152152
.idea
153153
scripts
154+
SymbolicAI_Installer_**.*
155+
entitlements.plist
156+
favicon.ico
157+
icon.ico
158+
icon.icns
159+
release_**/*

app.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from symai import shell
2+
3+
shell.run()

0 commit comments

Comments
 (0)