moto/moto/dax/__init__.py
2021-12-27 19:15:37 -01:00

6 lines
179 B
Python

"""dax module initialization; sets value for base decorator."""
from .models import dax_backends
from ..core.models import base_decorator
mock_dax = base_decorator(dax_backends)