Проверка шаблона шины для 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()