6 lines
170 B
Python
6 lines
170 B
Python
from .models import athena_backends
|
|
from ..core.models import base_decorator
|
|
|
|
athena_backend = athena_backends["us-east-1"]
|
|
mock_athena = base_decorator(athena_backends)
|