added worker validation bot

This commit is contained in:
OwusuBlessing
2024-09-11 14:46:03 +01:00
parent 594f0eadb3
commit 9d02369e41
7 changed files with 248 additions and 69 deletions
+7
View File
@@ -0,0 +1,7 @@
from pydantic import BaseModel
from typing import List, Dict
class ValidateWorker(BaseModel):
result:str