Skip to content

Commit

Permalink
feat: easier websocket interface annotation (#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidBySolo committed Apr 24, 2022
1 parent cc97287 commit 3a6cc73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sanic/__init__.py
Expand Up @@ -4,6 +4,7 @@
from sanic.constants import HTTPMethod
from sanic.request import Request
from sanic.response import HTTPResponse, html, json, text
from sanic.server.websockets.impl import WebsocketImplProtocol as Websocket


__all__ = (
Expand All @@ -13,6 +14,7 @@
"HTTPMethod",
"HTTPResponse",
"Request",
"Websocket",
"html",
"json",
"text",
Expand Down

0 comments on commit 3a6cc73

Please sign in to comment.