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