Exemplo n.º 1
0
def train_model(ctx):
    from utils.train_model import run
    run(ctx.config)
Exemplo n.º 2
0
def lurkmore_parser(ctx):
    from utils.lurkmore_parser import run
    run()
Exemplo n.º 3
0
def start_bot(ctx):
    from utils.bot import run
    run(ctx.config)
Exemplo n.º 4
0
def ficbook_parser(ctx):
    from utils.ficbook_parser import run
    run()