I want to make a method like this:
def GetCurPath(): if IsBuilt(): return sys.executable else: reutrn os.path.abspath(__main__.__file__)