Fix __init__.py

This commit is contained in:
2026-01-14 11:45:36 +00:00
parent 5e1f464ff5
commit bb5ff09c53

View File

@@ -1 +1,4 @@
from slow import App, HTTPResponse, JSONResponse, render from .slow import JSONAPI, App, HTTPResponse, JSONResponse, render
__all__ = ["JSONAPI", "App", "HTTPResponse", "JSONResponse", "render"]