//! UniProt integrations.
// Expose the low-level API in a public submodule.
// Expose the client API in a public submodule.
// Requires the CSV feature to function.
// Re-export the models into the parent module.
pub use ProteinEvidence;
pub use ;
pub use RecordList;
pub use Section;