Browse Source

Add starter app

Suren A. Chilingaryan 4 years ago
parent
commit
6fd3071f43
1 changed files with 6 additions and 0 deletions
  1. 6 0
      app.py

+ 6 - 0
app.py

@@ -0,0 +1,6 @@
+import subprocess
+import os
+from shutil import copyfile
+
+#copyfile("./background.png", "./bora/static/background.png")
+subprocess.call(["python", "core.py"])