#!python

import multiprocessing as mp
from sideways import cli

if __name__ == "__main__":
    mp.set_start_method("spawn")
    cli()
