def main(): config_path = '{0}/configs/{1}'.format(os.path.dirname(resources.__file__), CONFIG_PATH) clash.dispatch(config_path)
def main(): clash.dispatch(config_path=os.path.join(os.path.dirname(__file__), 'blueprint', 'clash.yaml'))
def main(): config_path = sys.argv[1] config_path = '{0}/configs/{1}'.format(os.path.dirname(resources.__file__), config_path) sys.argv.pop(1) dispatch(config_path)