mind2web
This commit is contained in:
parent
2b5d923f63
commit
98d5e90894
754 changed files with 1175740 additions and 142424 deletions
13
stuff/one_Task_class.py
Normal file
13
stuff/one_Task_class.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
from dataclasses import dataclass
|
||||
from typing import Optional, Any
|
||||
|
||||
|
||||
@dataclass
|
||||
class Task:
|
||||
id: str
|
||||
dataset: str
|
||||
website: Optional[str]
|
||||
instruction: str
|
||||
start_url: Optional[str]
|
||||
expected: Optional[Any]
|
||||
raw: dict
|
||||
Loading…
Add table
Add a link
Reference in a new issue