wms.typing#

Typing information module.

Module Contents#

Classes#

ServiceProtocol

Asynchronous startable and stoppable service protocol.

Attributes#

class wms.typing.ServiceProtocol#

Bases: Protocol

Asynchronous startable and stoppable service protocol.

async start() None#

Perform actions on start.

async stop() None#

Perform actions on stop.

wms.typing.Serializer :TypeAlias#