Skip to content

Commit d547c73

Browse files
authored
move node.py into folder and split into files (#82)
1 parent c66f37b commit d547c73

File tree

5 files changed

+330
-301
lines changed

5 files changed

+330
-301
lines changed

src/causalprog/graph/node.py

Lines changed: 0 additions & 301 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""Graph nodes."""
2+
3+
from .base import Node
4+
from .distribution import DistributionNode
5+
from .parameter import ParameterNode

0 commit comments

Comments
 (0)