999catbot/server/server.py

6 lines
144 B
Python
Raw Normal View History

2024-02-23 01:53:21 +00:00
import time
class Server():
2024-02-23 02:21:19 +00:00
def __init__(self, cats):
cats.append("cat1.jpg")
time.sleep(10)
cats.append("cat2.jpg")