from evennia import CmdSet from .actions import * class SetSpeciesHuman(CmdSet): def at_cmdset_creation(self): self.add(CmdBite) self.add(CmdKiss)