--- title: Importer keywords: fastai sidebar: home_sidebar nb_path: "nbs/importers.Importer.ipynb" ---
{% raw %}
{% endraw %}

Importers download your data from other sources. For retrieving the data from other sources importers rely on downloaders.

{% raw %}

class ImporterBase[source]

ImporterBase(importerClass=None, *args, **kwargs) :: Importer

Item is the baseclass for all of the data classes.

{% endraw %} {% raw %}
{% endraw %}