示例#1
0
    def __init__(self, ui_stop_fn=None, lib_stop_fn=None):
        from ChopShopCurses import ChopShopCurses

        self.cui = ChopShopCurses(ui_stop_fn, lib_stop_fn)
        self.cui.go()