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