from flask_classful import FlaskView class ConsumersView(FlaskView): def get(self): return "ConsumersView"