Skip to content

Commit

Permalink
feat: Expose more symbols over package interface
Browse files Browse the repository at this point in the history
Expose get_bindings_from_query_result and
instantiate_model_from_kwargs in rdfproxy.__init__.py; these functions
can be useful e.g. for model_constructor callables and should be easily accessible.

closes: #11
  • Loading branch information
lu-pl committed Jul 26, 2024
1 parent 22ee1b8 commit d01fe29
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 d01fe29

Please sign in to comment.