cmd.py 80 B

12345678
  1. """
  2. command line interface
  3. """
  4. from .solve import menu
  5. def main():
  6. menu()