--- title: Importer keywords: fastai sidebar: home_sidebar ---
{% raw %}
{% endraw %}

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

{% raw %}
{% endraw %} {% 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 %}