Utils package

Utils

class utils.Service

Bases: abc.ABC

Abstract class for a service.

start()

Abstract start method, responsible for starting the service.

stop()

Abstract stop method, responsible for gracefully stop the service.