Проверка шаблона шины для iOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Structure.py 248B

11 달 전
123456789
  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()