"""Model Vendor_Contract. Encapsulates vendor_contract data response, and related models. The idea is to provide a high level interface and abstract away many of the related vendor_contract tables from the business logic layer. """ class Vendor_Contract(object): """Encapsulates Vendor_Contract data. FIXME: Use SQLAlchemy ORM """ pass