#! /usr/bin/python

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

