Skip to content

Commit 5ddbdf8

Browse files
committed
fix exporting PyVariableContext
1 parent 99931bd commit 5ddbdf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ pub fn tribles_python(m: &Bound<'_, PyModule>) -> PyResult<()> {
695695
m.add_class::<PyIdOwner>()?;
696696
m.add_class::<PyValue>()?;
697697
m.add_class::<PyVariable>()?;
698+
m.add_class::<PyVariableContext>()?;
698699
m.add_class::<PyConstraint>()?;
699700
m.add_class::<PyQuery>()?;
700701
m.add_function(wrap_pyfunction!(register_type, m)?)?;

0 commit comments

Comments
 (0)