import cmd2 class MainLoop(cmd2.Cmd): """Loop for wordscape commands """ def __init__(self): letters = None removed = set() super().__init__()