victorisgeek commited on
Commit
abf8188
1 Parent(s): ffe9cb0

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+
3
+ from assets import core
4
+
5
+ if __name__ == '__main__':
6
+ core.run()