Source code for brite_etl.frames.x_report_locations

from brite_etl.abstracts import Frame


[docs]class XReportLocations(Frame): _config = { 'name': 'x_report_locations', 'prepared': False }