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.
2.2 KiB
2.2 KiB