import subprocess import os from shutil import copyfile copyfile("./background.png", "./bora/static/background.png") subprocess.call(["python", "./bora/core.py"])