opus-nt/opus-nt.py

7 lines
211 B
Python
Raw Normal View History

2019-12-21 04:37:38 +00:00
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())