brite_etl.frames

This is where frames are stored.

Each frame inherits from the base brite_etl.abstracts.Frame.

Each frame class is imported into the brite_etl.frames namespace, so while you can do from brite_etl.frames.claims import Claims, you can also do from brite_etl.frames import Claims.

Prepared frames can be accessed in the brite_etl.frames.prepared submodule.