Skip to content

Commit

Permalink
Merge branch 'master' into feature/import_as
Browse files Browse the repository at this point in the history
  • Loading branch information
miratepuffin authored Nov 22, 2024
2 parents 59dad17 + e162209 commit e006d2c
Show file tree
Hide file tree
Showing 61 changed files with 10,170 additions and 930 deletions.
1 change: 1 addition & 0 deletions python/python/raphtory/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import sys
from .raphtory import *

sys.modules["raphtory.node_state"] = node_state
sys.modules["raphtory.algorithms"] = algorithms
sys.modules["raphtory.graph_gen"] = graph_gen
sys.modules["raphtory.graph_loader"] = graph_loader
Expand Down
Loading

0 comments on commit e006d2c

Please sign in to comment.