diff options
Diffstat (limited to 'python/cdec')
-rw-r--r-- | python/cdec/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/cdec/__init__.py b/python/cdec/__init__.py index c821f860..eda81194 100644 --- a/python/cdec/__init__.py +++ b/python/cdec/__init__.py @@ -1 +1 @@ -from _cdec import Decoder, Hypergraph, Lattice +from _cdec import Decoder, Lattice |