feat: replace mongodb with sqllite

This commit is contained in:
Jayden Pyles
2024-11-20 21:32:27 -06:00
parent 7d80ff5c7f
commit 3085f9d31a
20 changed files with 284 additions and 179 deletions

View File

@@ -9,9 +9,6 @@ from api.backend.job.models.job_options import JobOptions
import pydantic
class Element(pydantic.BaseModel):
name: str
xpath: str