Ejemplo n.º 1
0
def cmd_clean(options, other_args):
    root = Root()
    root.clean()

    return True