To import MillikeySerialButtonGroup, you can either use:
`python
from psychopy_labhackers.millikey import MillikeySerialButtonGroup
`
or, any time after psychopy.plugins.activatePlugins has been called:
`python
from psychopy.hardware import MillikeySerialButtonGroup
`