Проверка шаблона шины для 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.

Structure.py 169B

10 kuukautta sitten
12345678
  1. from Replace import *
  2. from Source import *
  3. class Structure:
  4. def __init__(self):
  5. self.orig = ""
  6. self.replace = Replace()
  7. self.src = Source()