diff --git a/pywr-schema/src/parameters/mod.rs b/pywr-schema/src/parameters/mod.rs index 54463dd7..af362eed 100644 --- a/pywr-schema/src/parameters/mod.rs +++ b/pywr-schema/src/parameters/mod.rs @@ -41,7 +41,7 @@ pub use super::parameters::profiles::{ DailyProfileParameter, MonthlyProfileParameter, RadialBasisFunction, RbfProfileParameter, RbfProfileVariableSettings, UniformDrawdownProfileParameter, WeeklyProfileParameter, }; -pub use super::parameters::python::PythonParameter; +pub use super::parameters::python::{PythonModule, PythonParameter, PythonReturnType}; pub use super::parameters::tables::TablesArrayParameter; pub use super::parameters::thresholds::ParameterThresholdParameter; use crate::error::{ConversionError, SchemaError};