示例#1
0
def api_get_stage():
    stage = yield from Stage.findAll()
    print(stage)
    return dict(stage=stage)