opus-nt/opus-nt.py
2019-12-21 05:37:38 +01:00

7 lines
211 B
Python

import os
from munch import *
opus = Munch()
opus._mainScript = False
with open(os.path.join(os.path.dirname(os.path.realpath(__file__)),"scripts","main.py")) as opus._mainScript:
exec(opus._mainScript.read())