Export BadNameAPIError in main module (#166)

This commit is contained in:
Otto Winter 2022-01-23 20:23:13 +01:00 committed by GitHub
parent 82e048ccc5
commit 23467210b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ from .connection import APIConnection, ConnectionParams
from .core import (
MESSAGE_TYPE_TO_PROTO,
APIConnectionError,
BadNameAPIError,
HandshakeAPIError,
InvalidAuthAPIError,
InvalidEncryptionKeyAPIError,