Skip to content

Commit ed7dadd

Browse files
cmccandlessBethanyG
authored andcommitted
blurb added to ExerciseConfig dataclass
1 parent 0a0306b commit ed7dadd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class ExerciseConfig:
7070
language_versions: List[str] = None
7171
source: str = None
7272
source_url: str = None
73+
blurb: str = None
7374

7475
def __post_init__(self):
7576
if isinstance(self.files, dict):

0 commit comments

Comments
 (0)