예제 #1
0
def research(db):
    controller = Research(db)
    return controller.mass_ftp()
예제 #2
0
파일: web.py 프로젝트: iksteen/findex-gui
def research(db):
    controller = Research(db)
    return controller.mass_ftp()
예제 #3
0
def research(db):
    controller = Research(db)
    return controller.research()
예제 #4
0
파일: web.py 프로젝트: iksteen/findex-gui
def research(db):
    controller = Research(db)
    return controller.research()