5 lines
No EOL
113 B
Python
5 lines
No EOL
113 B
Python
__all__ = ['Microscope', 'config']
|
|
__version__ = "0.1.0"
|
|
|
|
from .microscope import Microscope
|
|
from . import config |