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