otupy.core.transfer.Transfers

Transfers = {'http': <class 'otupy.transfers.http.http_transfer.HTTPTransfer'>, 'mqtt': <class 'otupy.transfers.mqtt.mqtt_transfer.MQTTTransfer'>}

Keep a list of available Transfers.

Transfer implementation needs the @transfer decorator.