python-telegram-bot/telegram/replymarkup.py

8 lines
103 B
Python

#!/usr/bin/env python
from .base import TelegramObject
class ReplyMarkup(TelegramObject):
pass