refact: move graph libs to own directory

This commit is contained in:
2024-10-28 05:38:26 +01:00
parent c347deee85
commit aa1ead5435
5 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import pytest
from plesna.graph import Edge, Graph, Node
from plesna.graph.graph import Edge, Graph, Node
def test_append_nodess():

View File

@@ -1,4 +1,4 @@
from plesna.graph_set import EdgeOnSet, GraphSet, Node
from plesna.graph.graph_set import EdgeOnSet, GraphSet, Node
def test_init():