Now there are different styles for your SwitchControl!
And since every style is a separated file, files are reorganized so the importing has changed:
python
from QSwitchControl.Classic import SwitchControl To import 'Classic' style SwitchControl
python
from QSwitchControl.Modern import SwitchControl To import 'Modern' style SwitchControl
Also the \_\_main\_\_ script has changed and now has every defined style for SwitchControl in it's window to show a preview.
More styles will be designed if this beta version of the package becomes stable.