1
2
3
4
5
6
7
mod attributes;

pub use attributes::*;

#[cfg(feature = "python")]
mod python;
pub use python::attributes_module;