Skip to content

Commit

Permalink
turned 'abstracts' into a package
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Sep 10, 2024
1 parent 8ecb9eb commit 25f0848
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions owlapy/abstracts/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .abstract_owl_ontology_manager import OWLOntologyManager, OWLOntologyChange, OWLOntology
from .abstract_owl_reasoner import OWLReasoner, OWLReasonerEx

__all__ = ['OWLOntologyManager', 'OWLOntologyChange', 'OWLOntology', 'OWLReasoner', 'OWLReasonerEx']

0 comments on commit 25f0848

Please sign in to comment.