Refactored services to inherit from BaseService
This commit is contained in:
@@ -12,3 +12,10 @@ class BaseService:
|
||||
"""
|
||||
def __init__(self, sheerka):
|
||||
self.sheerka = sheerka
|
||||
|
||||
def initialize(self):
|
||||
"""
|
||||
Adds cache or bind methods
|
||||
:return:
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user