#![cfg(feature = "python")]
pub mod python {
pub mod fp {
#[path = "../../python/fp/django.rs"]
pub mod django;
}
pub mod malware {
#[path = "../../python/malware/reverse_shell.rs"]
pub mod reverse_shell;
}
#[path = "../../python/parser_audit.rs"]
pub mod parser_audit;
}