class LiuShanCharacter: def __init__(self, name, health, attack): self.name = name self.health = health self.attack = attack