Feature guard

This commit is contained in:
Chris Tsang
2023-09-08 13:20:28 +01:00
parent 59448884cb
commit 66f6bd98f4

View File

@@ -11,6 +11,7 @@
mod config;
mod converter;
mod svg;
#[cfg(feature = "python-binding")]
mod python;
pub use config::*;