class RemoteTranslationLoader::Fetchers::BaseFetcher

def fetch(_source)

def fetch(_source)
  raise NotImplementedError, "Subclasses must implement the `fetch` method"
end