cmd.py 100 B

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