diff --git a/slow/__init__.py b/slow/__init__.py index 0ad9796..b637207 100644 --- a/slow/__init__.py +++ b/slow/__init__.py @@ -1 +1,4 @@ -from slow import App, HTTPResponse, JSONResponse, render \ No newline at end of file +from .slow import JSONAPI, App, HTTPResponse, JSONResponse, render + + +__all__ = ["JSONAPI", "App", "HTTPResponse", "JSONResponse", "render"]