Skip to content

Commit b6eab96

Browse files
authored
new: dict directory (#27)
* new: `dict` directory * cleanup
1 parent 2c1c040 commit b6eab96

File tree

6 files changed

+723
-666
lines changed

6 files changed

+723
-666
lines changed

nx_arangodb/classes/dict/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from .adj import ( # noqa
2+
adjlist_inner_dict_factory,
3+
adjlist_outer_dict_factory,
4+
edge_attr_dict_factory,
5+
edge_key_dict_factory,
6+
)
7+
from .graph import graph_attr_dict_factory, graph_dict_factory # noqa
8+
from .node import node_attr_dict_factory, node_dict_factory # noqa

0 commit comments

Comments
 (0)