irt-service/app/services/ability_estimation_service.py

9 lines
176 B
Python

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