Проверка шаблона шины для iOS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

Structure.py 248B

11 ay önce
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()