"""EasyEngine service start/stop/restart module.""" class EEService(): """Intialization for service""" def ___init__(): # TODO method for services pass