Fixed __all__
This commit is contained in:
parent
f2b98807b4
commit
8afdf45d4f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
__all__ = ["Microscope", "config", "task", "lock", "utilities"]
|
__all__ = ["Microscope", "config", "task", "utilities"]
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.1.0"
|
||||||
|
|
||||||
from .microscope import Microscope
|
from .microscope import Microscope
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue