class watcher:
    x = 69

def main():
    lista = []
    for i in range(99):
        lista.append(watcher()) 
    
    