Skip to content

whos_there.senders.base

source module whos_there.senders.base

Classes

source class Sender()

Bases : abc.ABC

Methods

  • send Actually send the text to the desired output method.

source method Sender.send(text: str)Any

Actually send the text to the desired output method.

Parameters

  • text : str Message to send.

Returns

  • Any Optional return value.