2. Maqueen module

The maqueen module is required to control the Maqueen buggy.
Download the python file maqueen.py module.
The file needs to be copied onto the microbit.
Use the online editor at https://python.microbit.org/v/3.
Click Open.
Navigate to the maqueen.py file.
CLick Open.
CLick on the option icon to the right of in the file dialog and choose “Add…”

2.1. Use Maqueen library

To use the maqueen module, import it via: import maqueen.
from microbit import *
import maqueen