From 304febc62443212c036d6154aa037d4b85adaf6f Mon Sep 17 00:00:00 2001 From: Ciro Date: Wed, 18 Jan 2023 16:34:46 -0300 Subject: [PATCH] export AppRequest and AppResponse types --- src/socketify/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/socketify/__init__.py b/src/socketify/__init__.py index 4de8e02..eab2a1b 100644 --- a/src/socketify/__init__.py +++ b/src/socketify/__init__.py @@ -8,7 +8,9 @@ from .socketify import ( SendStatus, CompressOptions, Loop, - AppExtension + AppExtension, + AppRequest, + AppResponse ) from .asgi import ( ASGI