Initial version of class to create RDKit molecule from a PDB CCD definition
Idea create daughter class of pdb_chemical_components.py that would parse CCD cif file but afterwards create an RDKit molecule. By keeping functionality separate can use the original pdb_chemical_components.py without importing RDKit if desired.