mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-13 11:18:20 +01:00
7 lines
No EOL
144 B
Python
7 lines
No EOL
144 B
Python
#!/usr/bin/env python
|
|
from .telegram_boject_base import Base
|
|
|
|
|
|
class ReplyMarkup(Base):
|
|
def to_json(self):
|
|
raise NotImplementedError |