__all__ = ['Microscope'] __version__ = "0.1.0" from .microscope import Microscope