import time class Server(): def __init__(self, cats): cats.append("cat1.jpg") time.sleep(10) cats.append("cat2.jpg")