Проверка шаблона шины для 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 月之前
1234567
  1. from FeatureToggle import *
  2. class Structure:
  3. def __init__(self):
  4. self.dir = ""
  5. self.module = ""
  6. self.featureToggle = FeatureToggle()