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