diff --git a/slow/__init__.py b/slow/__init__.py index b637207..144fdd9 100644 --- a/slow/__init__.py +++ b/slow/__init__.py @@ -1,4 +1,11 @@ -from .slow import JSONAPI, App, HTTPResponse, JSONResponse, render +from .slow import JSONAPI, App, Headers, HTTPResponse, JSONResponse, Request, render - -__all__ = ["JSONAPI", "App", "HTTPResponse", "JSONResponse", "render"] +__all__ = [ + "JSONAPI", + "App", + "HTTPResponse", + "JSONResponse", + "render", + "Request", + "Headers", +]