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