import pprint from wazuh_evidence_collector import * evidences = run_full_check() for evidence in evidences: pprint.pprint(evidence.__dict__)