FastKML version 1.0 now can read files directly without transforming it to strings first
cs_kml = k = KML.parse("docs/Document-clean.kml", validate=False)
More in the documentation