Skip to content

Commit 874c76a

Browse files
authored
Merge pull request #458 from terminusdb/align-rdflist-predicates
Add RDF List operators and WOQL.localize
2 parents 519af6b + d599fe3 commit 874c76a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2498
-766
lines changed

terminusdb_client/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from .client import GraphType, Patch, Client # noqa
22
from .woqldataframe import woqlDataframe as WOQLDataFrame # noqa
3-
from .woqlquery import WOQLQuery, Var, Vars # noqa
3+
from .woqlquery import WOQLQuery, Var, Vars # noqa
44
from .woqlschema import * # noqa
5+
56
# Backwards compatibility
6-
WOQLClient = Client # noqa
7-
WOQLSchema = Schema # noqa
7+
WOQLClient = Client # noqa
8+
WOQLSchema = Schema # noqa

0 commit comments

Comments
 (0)