Add type hints to all public methods in the client

This commit is contained in:
Lonami Exo
2019-05-03 21:38:41 +02:00
parent c0e506e568
commit cd4b915522
16 changed files with 393 additions and 159 deletions
+1
View File
@@ -1,3 +1,4 @@
from .connection import Connection
from .tcpfull import ConnectionTcpFull
from .tcpintermediate import ConnectionTcpIntermediate
from .tcpabridged import ConnectionTcpAbridged