Source code for greenlang.calculations.ghg.scope_3.downstream_transportation_and_distribution
"""Downstream transportation and distribution"""
from ..base.base import BaseCalculationMethod
from .purchased_goods_and_services import (
SpendBasedMethod as PurchasedGoodsAndServicesSpendBasedMethod,
)