2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-05 00:35:10 +00:00

Add core type hints for generated classes

This commit is contained in:
Dan
2018-04-25 12:55:38 +02:00
parent 3a4e24ecbf
commit 7c2c878333
2 changed files with 31 additions and 5 deletions

View File

@@ -22,4 +22,7 @@ from .gzip_packed import GzipPacked
from .message import Message
from .msg_container import MsgContainer
from .object import Object
from .primitives import *
from .primitives import (
Bool, BoolTrue, BoolFalse, Bytes, Double,
Int, Long, Int128, Int256, Null, String, Vector
)