minor formatting fixes, add ability estimation service class
This commit is contained in:
4
app/services/ability_estimation_service.py
Normal file
4
app/services/ability_estimation_service.py
Normal file
@ -0,0 +1,4 @@
|
||||
from services.base import Base
|
||||
|
||||
class AbilityEstimationService(Base):
|
||||
pass
|
Reference in New Issue
Block a user