randydev commited on
Commit
ff41199
·
verified ·
1 Parent(s): c81be17

Create main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -0
main.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from akenoai.runner import run_fast
2
+
3
+ run_fast()