Move responses to another module
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
from . import responses
|
||||
from .slow import (
|
||||
JSONAPI,
|
||||
App,
|
||||
Headers,
|
||||
HTTPResponse,
|
||||
JSONResponse,
|
||||
Request,
|
||||
redirect,
|
||||
render,
|
||||
@@ -12,10 +11,9 @@ from .slow import (
|
||||
__all__ = [
|
||||
"JSONAPI",
|
||||
"App",
|
||||
"HTTPResponse",
|
||||
"JSONResponse",
|
||||
"render",
|
||||
"Request",
|
||||
"Headers",
|
||||
"redirect",
|
||||
"responses",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user