Research portable Memory game | Исследовать портируемую игру Память
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
164B

  1. class cli_Context:
  2. def __init__(self):
  3. self.input = ""
  4. self.outputGreeting = ""
  5. self.outputHelp = ""
  6. def cli_createContext():
  7. return cli_Context()