moto/moto/rds/__init__.py

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

6 lines
155 B
Python
Raw Normal View History

2015-01-08 22:18:06 -05:00
from .models import rds_backends
from ..core.models import base_decorator
2015-01-08 22:18:06 -05:00
2022-03-09 10:05:18 -01:00
rds_backend = rds_backends["us-west-1"]
2017-02-12 00:22:29 -05:00
mock_rds = base_decorator(rds_backends)