diff --git a/mlpyqtgraph/config.py b/mlpyqtgraph/config.py index 6ca547b..92e4d29 100644 --- a/mlpyqtgraph/config.py +++ b/mlpyqtgraph/config.py @@ -20,6 +20,7 @@ class ConfigOptions: 'no_segmented_line_mode': False, 'black_on_white': True, } + def __init__(self, **kwargs): self.set_options(**kwargs)