class cli_Context: def __init__(self): self.input = "" self.outputGreeting = "" self.outputHelp = "" def cli_createContext(): return cli_Context()