Source code for greenlang.calculations.ghg.scope_1.stationary_combustion

"""
Category 1 : Stationary Combustion calculation implementations
"""
from ..base.base import BaseCalculationMethod

[docs] class GenericMethod(BaseCalculationMethod): """Generic method"""