from data.cat import Cat def shelter(): # TODO: make name = input("Name your cat: ") return Cat(name)