Source code for brite_etl.frames.prepared.claim_payments

from brite_etl.abstracts import Frame


[docs]class ClaimPayments(Frame): _config = { 'name': 'claim_payments', 'prepared': True }