6 lines
129 B
Python
6 lines
129 B
Python
from .responses import SWFResponse
|
|
|
|
url_bases = ["https?://swf.(.+).amazonaws.com"]
|
|
|
|
url_paths = {"{0}/$": SWFResponse.dispatch}
|