From a9a760492bb811ef0cc4c60849089cd46e47a44e Mon Sep 17 00:00:00 2001 From: 0880 <0880@bokhary.ir> Date: Fri, 16 Jan 2026 22:01:53 +0000 Subject: [PATCH] Include the many changes --- slow/__init__.py | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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", +]