diff --git a/ee/core/services.py b/ee/core/services.py new file mode 100644 index 00000000..4b1ca8d4 --- /dev/null +++ b/ee/core/services.py @@ -0,0 +1,6 @@ +"""EasyEngine service start/stop/restart module.""" +class EEService(): + + """Intialization for service""" + def ___init__(): + # TODO method for services