Skip to content

Commit 564c03c

Browse files
fixed imports
1 parent 340bc1f commit 564c03c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/backend.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111

1212
from .convert_to_python import convert_graph_to_python
13+
from .pathsim_utils import make_pathsim_model
14+
from pathsim.blocks import Scope
1315

1416
app = Flask(__name__)
1517
CORS(

0 commit comments

Comments
 (0)