Source code for todd.datasets.access_layers.base
__all__ = [
'BaseAccessLayer',
]
from abc import abstractmethod
from typing import MutableMapping, TypeVar
KT = TypeVar('KT')
VT = TypeVar('VT')
__all__ = [
'BaseAccessLayer',
]
from abc import abstractmethod
from typing import MutableMapping, TypeVar
KT = TypeVar('KT')
VT = TypeVar('VT')