An error occurred while loading the file. Please try again.
-
Marcin Wątroba authored4d5a8bb0
dataset_helper.py 358 B
from abc import ABC
from sziszapangma.integration.record_id_iterator import RecordIdIterator
from sziszapangma.integration.record_path_provider import RecordPathProvider
from sziszapangma.integration.relation_manager_provider import RelationManagerProvider
class DatasetHelper(RecordIdIterator, RecordPathProvider, RelationManagerProvider, ABC):
pass