Moved hardware config to a runtime config YAML file in home

This commit is contained in:
Joel Collins 2018-11-29 14:41:56 +00:00
parent 7a58b4e95e
commit 3925ef8cfe
10 changed files with 182 additions and 146 deletions

View file

@ -1,4 +1,5 @@
__all__ = ['Microscope']
__all__ = ['Microscope', 'config']
__version__ = "0.1.0"
from .microscope import Microscope
from . import config