Even if a shutter is present in the config.yaml for a laser, it is not instanciated because test done in `laser.py:25` is ``` if type(shutter) is dict[str, Any] and shutter.get("enable", True): ```
Even if a shutter is present in the config.yaml for a laser, it is not instanciated because test done in
laser.py:25is