from PyQt6.QtGui import QPixmap class PokemonDetailsOperations: def load_pokemon_details(self, current, previous): print("") # Pokémon details loading code # Other Pokémon details-related methods