from ray._private.runtime_env.image_uri import ImageURIPlugin


def get_image_uri_plugin_cls():
    return ImageURIPlugin
