def execute(self, args): '''???? ''' import runpy runpy.run_path(args.script_path, run_name='__main__')