Data - Base¶ This submodule defines all the Data components used in the Qimchi Dash app. class qimchi.components.data.base.Database(path: Path)[source]¶ Bases: ABC Base class for database folders in Qimchi abstractmethod options()[source]¶ Returns the options for the data selector for current database type selector() → Div[source]¶ Returns the data selector component Returns: The data selector component Return type: html.Div class qimchi.components.data.base.Data(path: Path)[source]¶ Bases: ABC Base class for data files in Qimchi