Exemplo n.º 1
0
def repl_main(conf: Config):
    ctx = Config.Context()
    while True:
        resp = input("brcrt > ")
        conf.parse_line(resp, ctx)