1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Rewrite all network code and make it work somehow

This commit is contained in:
Steffo 2019-10-19 00:24:33 +02:00
parent 43d692fdae
commit 5ced59d1f2

View file

@ -1,5 +1,4 @@
import typing
from .errors import ResponseError
class Response: