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

🔧 Include IO types

This commit is contained in:
Steffo 2020-12-06 07:49:41 +01:00
parent 6de180a27e
commit 454534bf7a

View file

@ -8,6 +8,9 @@ It should be imported with: ::
""" """
from typing import * from typing import *
# noinspection PyUnresolvedReferences
from typing import IO, TextIO, BinaryIO
JSONScalar = Union[ JSONScalar = Union[
None, None,