import logging from services.base import Base class AbilityEstimationService(Base): ACTION = 'abilityEstimation' def process(self): logging.info('Ability Estimation Service to be implemented...')