""" Logic for budge caps. Provides logic for calculating the budget caps for all the labels. """ from ows_accounting.models import fact_sales def get_budget_caps(): """Get budget caps for all the labels Returns response.Response: Containing the budget caps for all the labels. """ return fact_sales.get_budget_caps()