2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 05:18:10 +00:00

Rename webpage.py to web_page.py

This commit is contained in:
Dan 2022-04-24 11:56:07 +02:00
parent c44643faad
commit 663594876d
2 changed files with 1 additions and 1 deletions

View File

@ -36,8 +36,8 @@ from .venue import Venue
from .video import Video from .video import Video
from .video_note import VideoNote from .video_note import VideoNote
from .voice import Voice from .voice import Voice
from .webpage import WebPage
from .web_app_data import WebAppData from .web_app_data import WebAppData
from .web_page import WebPage
__all__ = [ __all__ = [
"Animation", "Audio", "Contact", "Document", "Game", "Location", "Message", "MessageEntity", "Photo", "Thumbnail", "Animation", "Audio", "Contact", "Document", "Game", "Location", "Message", "MessageEntity", "Photo", "Thumbnail",