From 66014be04a294e57c153b31c4d65da357179116e Mon Sep 17 00:00:00 2001 From: Ciro Date: Thu, 19 Jan 2023 15:57:35 -0300 Subject: [PATCH] expose WebSocket type --- src/socketify/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/socketify/__init__.py b/src/socketify/__init__.py index fe0a785..2304b5d 100644 --- a/src/socketify/__init__.py +++ b/src/socketify/__init__.py @@ -9,6 +9,7 @@ from .socketify import ( CompressOptions, Loop, AppExtension, + WebSocket, AppRequest as Request, AppResponse as Response )