5 lines
77 B
Python
5 lines
77 B
Python
from services.base import Base
|
|
|
|
class AbilityEstimationService(Base):
|
|
pass
|