def run_app(*args, **kwargs): return run("config.cfg", *args, **kwargs)
def run_mod_python(*args, **kwargs): return run(config, *args, **kwargs)