""" command line interface """ from .solve import run def main(): run()