3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 11:42:51 +01:00

classes: add ProtocolError to __all__

This commit is contained in:
James Lu 2021-06-05 00:39:18 -07:00
parent 53e30520b8
commit 1b433b741b

View File

@ -27,7 +27,7 @@ from .utils import ProtocolError # Compatibility with PyLink 1.x
__all__ = ['ChannelState', 'User', 'UserMapping', 'PyLinkNetworkCore',
'PyLinkNetworkCoreWithUtils', 'IRCNetwork', 'Server', 'Channel',
'PUIDGenerator']
'PUIDGenerator', 'ProtocolError']
QUEUE_FULL = queue.Full