irt-service/app/services/ability_estimation_service.py

5 lines
77 B
Python

from services.base import Base
class AbilityEstimationService(Base):
pass