Add types to __init__.py

This commit is contained in:
Dan 2018-03-09 14:59:30 +01:00
parent d8c634152a
commit 85f92120d1

View File

@ -1,2 +1,22 @@
from .user import User
from .animation import Animation
from .audio import Audio
from .chat import Chat
from .chat_member import ChatMember
from .chat_photo import ChatPhoto
from .contact import Contact
from .document import Document
from .game import Game
from .location import Location
from .mask_position import MaskPosition
from .message import Message
from .message_entity import MessageEntity
from .photo_size import PhotoSize
from .sticker import Sticker
from .sticker_set import StickerSet
from .update import Update
from .user import User
from .user_profile_photos import UserProfilePhotos
from .venue import Venue
from .video import Video
from .video_note import VideoNote
from .voice import Voice