Skip to content

Commit

Permalink
feat: Add PythonModule and PythonReturnType to public API.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk committed Mar 12, 2024
1 parent f051b86 commit be775ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywr-schema/src/parameters/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit be775ff

Please sign in to comment.