Skip to content

Commit

Permalink
packages import update
Browse files Browse the repository at this point in the history
  • Loading branch information
glindaqu committed Nov 30, 2024
1 parent aa8500a commit 7f27d42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Empty file added graph/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions test/TestGraphBuilder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import sys
sys.path.insert(0,"..")

import unittest
from graph.GraphBuilder import GraphBuilder

Expand Down
3 changes: 3 additions & 0 deletions test/test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import sys
sys.path.insert(0,"..")

import unittest
from TestGraphBuilder import TestGraphBuilder

Expand Down

0 comments on commit 7f27d42

Please sign in to comment.