Refactored services to inherit from BaseService

This commit is contained in:
2020-05-18 09:43:05 +02:00
parent d080cbb05a
commit c822ff6a7f
15 changed files with 197 additions and 230 deletions
@@ -12,3 +12,10 @@ class BaseService:
"""
def __init__(self, sheerka):
self.sheerka = sheerka
def initialize(self):
"""
Adds cache or bind methods
:return:
"""
pass