dataclasses & enum based replacement for devicedependent
This change replaces the simple lists and dictionaries defined in brother_ql/devicedependent.py with data class based definitions split into two new modules: * brother_ql/models.py and * brother_ql/labels.py. To keep the compatibility with other software relying on this package, the old brother_ql/devicedependent.py module can still be imported. Its content is recreated with the help of the new modules in some _populate_legacy_structures() functions.
This commit is contained in:
Reference in New Issue
Block a user