def requires(self):
     file = "asr_atr.json"
     yield att.AsrTdrTable(file=file, table="db.abonent")
     yield att.AsrAbonentTable(file=file, table="db.tdr")
     yield att.AsrDeviceTable(file=file, table="db.device")
     yield att.AsrAddressTable(file=file, table="db.address")
     yield att.AsrBillTable(file=file, table="db.bill")
     yield att.AsrPaymentTable(file=file, table="db.payment")
     yield att.AsrSaldoTable(file=file, table="db.saldo")
 def requires(self):
     file = "asr_ast.json"
     yield att.AsrTdrTable(file=file, table="db.abonent")
     yield att.AsrAbonentTable(file=file, table="db.tdr")
     yield att.AsrDeviceTable(file=file, table="db.device")