From bb5ff09c53466b53f86b993746e84165ab9e6db6 Mon Sep 17 00:00:00 2001 From: 0880 <0880@bokhary.ir> Date: Wed, 14 Jan 2026 11:45:36 +0000 Subject: [PATCH] Fix __init__.py --- slow/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"]