3 lines
90 B
Python
3 lines
90 B
Python
class BaseService:
|
|
def __init__(self, database=None):
|
|
self.database = database |