class memoryCLI_Context: def __init__(self): self.input = "" self.output = "" def memoryCLI_createContext(): return memoryCLI_Context()