diff --git a/src/styx/backend/python/__init__.py b/src/styx/backend/python/__init__.py index 2cec5fb..e91a1c2 100644 --- a/src/styx/backend/python/__init__.py +++ b/src/styx/backend/python/__init__.py @@ -1,3 +1,4 @@ """Python wrapper backend.""" from .core import to_python as to_python +from .core import styxdefs_compat as styxdefs_compat