from flask.views import MethodView class BaseView(MethodView): def __init__(self, service=None): self.service=service