package lab type Animal interface { sound() string }