MProfitRatioCalc.py 141 B

123456
  1. from .MerchantCalcBase import MerchantCalcBase
  2. class MProfitRatioCalc(MerchantCalcBase):
  3. def _calc_handler(self, rclient):
  4. pass