# remove this once python2 support has stopped def __exec_new__(text, globals, locals): exec(text, globals, locals)