Fix __init__.py
This commit is contained in:
@@ -1 +1,4 @@
|
||||
from slow import App, HTTPResponse, JSONResponse, render
|
||||
from .slow import JSONAPI, App, HTTPResponse, JSONResponse, render
|
||||
|
||||
|
||||
__all__ = ["JSONAPI", "App", "HTTPResponse", "JSONResponse", "render"]
|
||||
|
||||
Reference in New Issue
Block a user