Need to change the import line; ``` python from astro_pi import AstroPi ``` to ``` python from sense_hat import AstroPi ``` in order for the code to be compatible with the current Sense HAT library.
Need to change the import line;
to
in order for the code to be compatible with the current Sense HAT library.