cmd.py 78 B

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