finance-api/api/service/base.py

3 lines
90 B
Python

class BaseService:
def __init__(self, database=None):
self.database = database