--- 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

Provides a base class for all items. All items in the schema inherit from this class, and it provides some basic functionality for consistency and to enable easier usage.

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