# Attack logic class AttackLogic: def __init__(self): self.target = None self.skills = ['slash', 'stab']