Source code for sylib.library.plugins.data.table.importers.plugin_auto_importer
# This file is part of Sympathy for Data.
# Copyright (c) 2013, Combine Control Systems AB
#
# SYMPATHY FOR DATA COMMERCIAL LICENSE
# You should have received a link to the License with Sympathy for Data.
from sympathy.api import importers
[docs]
class DataImportAuto(importers.AutoImporterMixin,
importers.TableDataImporterBase):
IMPORTER_NAME = "Auto"
_IMPORTER_BASE = importers.TableDataImporterBase