Skip to content

Commit

Permalink
feat: expose SPARQLStrategies over library interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-pl committed Dec 10, 2024
1 parent c3d6c41 commit 2d0bab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rdfproxy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from rdfproxy.adapter import SPARQLModelAdapter # noqa: F401
from rdfproxy.mapper import ModelBindingsMapper # noqa: F401
from rdfproxy.sparql_strategies import SPARQLStrategy, SPARQLWrapperStrategy, HttpxStrategy # noqa: F401
from rdfproxy.utils._types import ConfigDict, SPARQLBinding # noqa: F401
from rdfproxy.utils.models import Page, QueryParameters # noqa: F401

0 comments on commit 2d0bab9

Please sign in to comment.