Skip to content

Commit

Permalink
feat: Expose more symbols over package interface
Browse files Browse the repository at this point in the history
closes: #11
  • Loading branch information
lu-pl committed Jul 25, 2024
1 parent e8a16eb commit 13aefd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rdfproxy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
from rdfproxy.adapter import SPARQLModelAdapter
from rdfproxy.utils._types import _TModelConstructorCallable, _TModelInstance
from rdfproxy.utils.utils import (
get_bindings_from_query_result,
instantiate_model_from_kwargs,
)

0 comments on commit 13aefd1

Please sign in to comment.