--- title: Importer keywords: fastai sidebar: home_sidebar nb_path: "nbs/importers.Importer.ipynb" ---
Importers download your data from other sources. For retrieving the data from other sources importers rely on downloaders.
class
ImporterBase
ImporterBase(importerClass=None, *args, **kwargs) :: Importer
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.