Add type hints to all public methods in the client

This commit is contained in:
Lonami Exo
2019-05-03 21:37:27 +02:00
parent c0e506e568
commit cd4b915522
16 changed files with 393 additions and 159 deletions

View File

@@ -2,7 +2,7 @@
import asyncio
import os
import struct
from hashlib import sha1, sha256
from hashlib import sha1
# region Multiple utilities