1 2 3 4 5 6 7 8 9 10
class BaseCommunicator: """Parent class for Telegram and shoutbox API communicators""" @staticmethod def fetch(): ... @staticmethod def send(data): ...