Skip to content

Commit 0274c01

Browse files
committed
Import FeatureEncoder in main project namespace
1 parent 934c0fb commit 0274c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mini3di/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""A NumPy port of the ``foldseek`` code for encoding structures to 3di.
22
"""
33

4-
__all__ = ["Encoder"]
4+
__all__ = ["Encoder", "FeatureEncoder"]
55
__version__ = "0.1.0"
66
__author__ = "Martin Larralde <[email protected]>"
77
__license__ = "GPLv3"
88
__credits__ = "Martin Steinegger and his lab for ``foldseek``"
99

10-
from .encoder import Encoder
10+
from .encoder import Encoder, FeatureEncoder

0 commit comments

Comments
 (0)