Skip to content

Commit

Permalink
feat: put hugr.py behind an underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed May 31, 2024
1 parent 13e54f6 commit 13fcde3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion hugr-py/tests/test_hugr_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import subprocess
import os
import pathlib
from hugr.hugr import Dfg, Hugr, DummyOp, Node, Command, Wire, Op
from hugr._hugr import Dfg, Hugr, DummyOp, Node, Command, Wire, Op
from hugr.serialization import SerialHugr
import hugr.serialization.tys as stys
import hugr.serialization.ops as sops
Expand Down

0 comments on commit 13fcde3

Please sign in to comment.