--- 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
Item is the baseclass for all of the data classes.