public class AquariumUtils {
    
    // OPTIONAL: If you want to enhance the tank background
    // to showcase your own project, you can put
    // drawing code in this function, which is called
    // at the start of each frame of animation in Aquarium.
    public static void drawTankBackground() {
        // leave this function empty if you want the default background
    }
    
}