def init_mongo(app): from tblib.mongo import init init(app)
def init_handler(app): from .handlers import init init(app)