#!/usr/bin/python3
# PYTHON_ARGCOMPLETE_OK

from thinbox.run import run

run()
