api = RedPrint('hello') @api.route('/hello', methods=['GET']) def index(): return '

Hello , World

'