skrobot.notification package

Submodules

skrobot.notification.base_notifier module

class skrobot.notification.base_notifier.BaseNotifier[source]

Bases: abc.ABC

The BaseNotifier is an abstract base class for implementing notifiers.

A notifier can be used to send notifications.

abstract notify(message)[source]

An abstract method for sending the notification.

Parameters

message (str) – The notification’s message.