Skip to content

Commit

Permalink
Expose dump_terms from top level
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jan 2, 2024
1 parent 1567471 commit bdb51b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gilda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .api import get_grounder, get_models, get_names, ground, make_grounder, annotate
from .grounder import Grounder, ScoredMatch
from .pandas_utils import ground_df, ground_df_map
from .term import Term
from .term import Term, dump_terms

__all__ = [
'ground',
Expand All @@ -14,6 +14,7 @@
'get_names',
'get_grounder',
'make_grounder',
"dump_terms",
# Classes
'Term',
'Grounder',
Expand Down

0 comments on commit bdb51b3

Please sign in to comment.