Skip to content

Commit 42d7f3f

Browse files
author
Jose Alonso Solis-Lemus
committed
label_mapper
1 parent f8b4868 commit 42d7f3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pycemrg/data/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/pycemrg/data/__init__.py
22

3-
from .labels import LabelManager
3+
from .labels import LabelManager, LabelMapper
44

5-
__all__ = ["LabelManager"]
5+
__all__ = ["LabelManager", "LabelMapper"]

0 commit comments

Comments
 (0)