Skip to content

Commit 3556c3e

Browse files
updated public symbols
1 parent 5610651 commit 3556c3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

socketio/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from .namespace import Namespace
1111
if sys.version_info >= (3, 5): # pragma: no cover
1212
from .asyncio_server import AsyncServer
13+
from .asyncio_namespace import AsyncNamespace
1314
else: # pragma: no cover
1415
AsyncServer = None
1516

@@ -20,3 +21,4 @@
2021
'Namespace']
2122
if AsyncServer is not None: # pragma: no cover
2223
__all__.append('AsyncServer')
24+
__all__.append('AsyncNamespace')

0 commit comments

Comments
 (0)