Merge branch 'cnfvar-deprecations'
[pyi2ncommon] / src / cnfvar / __init__.py
index 3d60a25..9529af2 100644 (file)
@@ -1,6 +1,7 @@
 from .model import Cnf, CnfList
 from .binary import CnfBinary
 from .store import CnfStore, BinaryCnfStore, CommitException
+from . import templates
 
 __all__ = ["Cnf", "CnfList", "CnfBinary", "CnfStore",
            "BinaryCnfStore", "CommitException"]