Copiar Columnas Filtradas En Excel

To fit into the existing framework that wealready have for our queens board, we want to createa DukeSprite class that has all the samemethods as the QueenSprite class. Then we canadd one or more Duke instances onto our list ofall_sprites, and our existing game loop will thencall methods of the Duke instance. Let us start withskeleton scaffolding for the new class: