Browse Source

Common function for service

bugfixes
gau1991 10 years ago
parent
commit
a3ddd80dfd
  1. 6
      ee/core/services.py

6
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
Loading…
Cancel
Save