baseimage-tutorial-framework/src/app/ui_modules/logger.py

7 lines
186 B
Python

from tornado.web import UIModule
class Logger(UIModule):
def render(self, anchor_id, *args, **kwargs):
return self.render_string('module-logger.html', anchor_id=anchor_id)