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
|
@ -14,7 +14,6 @@ from models.target import Target
|
||||
|
||||
from services.base import Base
|
||||
|
||||
|
||||
class FormGenerationService(Base):
|
||||
|
||||
def process(self):
|
||||
|
Reference in New Issue
Block a user