Skip to content

Commit

Permalink
Add MultiSimulator to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer committed Jun 11, 2024
1 parent 16ab922 commit 119439f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/braket/simulator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.

from braket.simulator.braket_simulator import BraketSimulator # noqa: F401
from braket.simulator.braket_simulator import BraketSimulator, MultiSimulator # noqa: F401

0 comments on commit 119439f

Please sign in to comment.