mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-03 09:49:21 +01:00
8 lines
103 B
Python
8 lines
103 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
from .base import TelegramObject
|
|
|
|
|
|
class ReplyMarkup(TelegramObject):
|
|
pass
|