Проверка шаблона шины для 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.
|
123456789 |
- from parsing.CoreService import *
- from parsing.ModelWorld import *
-
- class Structure:
- def __init__(self):
- self.core = CoreService()
- self.model = ModelWorld()
- self.service = CoreService()
- self.world = ModelWorld()
|