Проверка шаблона шины для iOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
248B

  1. from parsing.CoreService import *
  2. from parsing.ModelWorld import *
  3. class Structure:
  4. def __init__(self):
  5. self.core = CoreService()
  6. self.model = ModelWorld()
  7. self.service = CoreService()
  8. self.world = ModelWorld()