Moved hardware config to a runtime config YAML file in home
This commit is contained in:
parent
7a58b4e95e
commit
3925ef8cfe
10 changed files with 182 additions and 146 deletions
|
|
@ -1,4 +1,5 @@
|
|||
__all__ = ['Microscope']
|
||||
__all__ = ['Microscope', 'config']
|
||||
__version__ = "0.1.0"
|
||||
|
||||
from .microscope import Microscope
|
||||
from . import config
|
||||
Loading…
Add table
Add a link
Reference in a new issue