2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Add missing import

This commit is contained in:
Dan 2018-08-09 21:55:06 +02:00
parent 2b4138ee30
commit 888b3cc6aa

View File

@ -16,6 +16,7 @@
# You should have received a copy of the GNU Lesser General Public License # You should have received a copy of the GNU Lesser General Public License
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>. # along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
from .input_media import InputMedia
from .input_media_animation import InputMediaAnimation from .input_media_animation import InputMediaAnimation
from .input_media_audio import InputMediaAudio from .input_media_audio import InputMediaAudio
from .input_media_document import InputMediaDocument from .input_media_document import InputMediaDocument