def __register_scnexpl_startup(): from textwrap import dedent cmds.evalDeferred(dedent( """ import scnexpl.startup as s s.execute() """ ))