class shell_Context: def __init__(self): self.cCLI = None self.exit = False self.input = "" self.output = "" def shell_createContext(): return shell_Context()