Fixed __all__

This commit is contained in:
jtc42 2019-11-12 17:14:08 +00:00
parent f2b98807b4
commit 8afdf45d4f

View file

@ -1,4 +1,4 @@
__all__ = ["Microscope", "config", "task", "lock", "utilities"]
__all__ = ["Microscope", "config", "task", "utilities"]
__version__ = "0.1.0"
from .microscope import Microscope