moto/moto/wafv2/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
165 B
Python
Raw Normal View History

2021-08-04 01:45:41 -04:00
from .models import wafv2_backends
from ..core.models import base_decorator
wafv2_backend = wafv2_backends["us-east-1"]
mock_wafv2 = base_decorator(wafv2_backends)