4 lines
83 B
Python
4 lines
83 B
Python
__all__ = ['Microscope']
|
|
__version__ = "0.1.0"
|
|
|
|
from .microscope import Microscope
|