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