mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Add missing import
This commit is contained in:
parent
2b4138ee30
commit
888b3cc6aa
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue