summaryrefslogtreecommitdiffstats
path: root/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/json_graph/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/site-packages/setoolsgui/networkx/readwrite/json_graph/__init__.py')
-rw-r--r--lib/python2.7/site-packages/setoolsgui/networkx/readwrite/json_graph/__init__.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/json_graph/__init__.py b/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/json_graph/__init__.py
new file mode 100644
index 0000000..ea3db6e
--- /dev/null
+++ b/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/json_graph/__init__.py
@@ -0,0 +1,10 @@
+"""
+*********
+JSON data
+*********
+Generate and parse JSON serializable data for NetworkX graphs.
+"""
+from networkx.readwrite.json_graph.node_link import *
+from networkx.readwrite.json_graph.adjacency import *
+from networkx.readwrite.json_graph.tree import *
+from networkx.readwrite.json_graph.serialize import *