6 lines
142 B
Python
6 lines
142 B
Python
from .responses import AthenaResponse
|
|
|
|
url_bases = [r"https?://athena\.(.+)\.amazonaws\.com"]
|
|
|
|
url_paths = {"{0}/$": AthenaResponse.dispatch}
|