LivingBeing = newclass("LivingBeing")
Animal = newclass("Animal", LivingBeing)
Vegetable = LivingBeing:subclass("Vegetable")
Dog = newclass("Dog")
Cat = Animal:subclass("Cat")
Human = Animal:subclass("Human")
Tree = newclass("Tree", Vegetable)
Teammate = Vegetable:subclass("Teammate")
could we get around battery farming regulations like this?