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