def save_gray_profile(path): """Saves content of built-in Gray profile. :param path: Gray profile path as a string """ import gray_profile_rc gray_profile_rc.save_resource(path)
def save_gray_profile(path): """ Saves content of built-in Gray profile. """ import gray_profile_rc gray_profile_rc.save_resource(path)