In [v1.1.1](https://github.com/tfpf/ScrollableContainers/releases/tag/v1.1.1), `import ScrollableContainers` would fail if all four libraries (PyQt5, PyQt6, Tkinter and wxPython) were not installed. Prior to that release, this was not true. This releases fixes the regression by restoring the prior behaviour: `import ScrollableContainers` will not raise any exceptions. Obviously, only the classes corresponding to available libraries are accessible. For instance, if you don't have PyQt6 installed,
python
from ScrollableContainers import ScrollableAreaQt6
or
python
import ScrollableContainers; ScrollableContainers.ScrollableAreaQt6
will throw an exception.
SHA256 Sums
187325a0d6c142d6faac6aa0311d6dd12ce170d53c0d495934a1181647b6aca3 ScrollableContainers-1.1.2.tar.gz
087723d0e0d56dd9baffb168ee40740131c9e8c7c215e7a149336b0888449e5b ScrollableContainers-1.1.2-py3-none-any.whl