Reformat code. Use rel imports.

This commit is contained in:
Alex Root Junior 2017-05-26 07:55:05 +03:00
parent ab7934f333
commit 4dba8f534e
21 changed files with 44 additions and 46 deletions

View file

@ -1,7 +1,7 @@
from aiogram.types.animation import Animation
from aiogram.types.message_entity import MessageEntity
from aiogram.types.photo_size import PhotoSize
from . import Deserializable
from .animation import Animation
from .message_entity import MessageEntity
from .photo_size import PhotoSize
class Game(Deserializable):