#!/usr/bin/env python

try:
    from chemfp.commandline.simsearch import main
    main()
except KeyboardInterrupt:
    raise SystemExit()
