From 8e68c73f88086a68a1a4f9fc5f7ea592ada7dbc5 Mon Sep 17 00:00:00 2001 From: Daniel Danis Date: Thu, 26 Sep 2024 20:07:53 +0200 Subject: [PATCH] Reexport loaders. --- src/hpotk/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hpotk/__init__.py b/src/hpotk/__init__.py index 6697176..4037171 100644 --- a/src/hpotk/__init__.py +++ b/src/hpotk/__init__.py @@ -16,4 +16,5 @@ "OntologyGraph", "GraphAware", "MinimalOntology", "Ontology", "OntologyStore", "OntologyType", "configure_ontology_store", + "load_minimal_ontology", "load_ontology", ]