Skip to content

Commit a5da00a

Browse files
authored
Update __init__.py
1 parent 3a394ef commit a5da00a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backends/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# quantum_sim/backends/__init__.py
1+
from .numpy_backend import NumpyBackend
22

3-
# This file marks 'backends' as a Python package.
3+
__all__ = ["NumpyBackend"]

0 commit comments

Comments
 (0)