moved some eco components to bernina repo

This commit is contained in:
2022-07-07 12:07:02 +02:00
parent 222c82773d
commit a5a92cdaed
6 changed files with 313 additions and 2 deletions

2
devices.py Executable file → Normal file
View File

@ -11,7 +11,7 @@
# if arg or kwarg is of type slic.utils.Component (dummy class)
# this indicates that an earlier initialized object is used
# (e.g. from same configuration).
from slic.utils.eco_components.config import (
from eco_components.config import (
Component,
Alias,
init_device,