Проверка шаблона шины для iOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
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()