diff --git a/raphtory-graphql/src/lib.rs b/raphtory-graphql/src/lib.rs index 85b4298d3e..1304010458 100644 --- a/raphtory-graphql/src/lib.rs +++ b/raphtory-graphql/src/lib.rs @@ -10,6 +10,8 @@ pub mod server; pub mod azure_auth; mod data; + +#[cfg(feature = "python")] pub mod python; #[derive(thiserror::Error, Debug)]