summary refs log tree commit diff stats
path: root/datatypes.py
diff options
context:
space:
mode:
Diffstat (limited to 'datatypes.py')
-rw-r--r--datatypes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/datatypes.py b/datatypes.py index e466558..36141da 100644 --- a/datatypes.py +++ b/datatypes.py
@@ -63,6 +63,7 @@ class Panel(NamedTuple):
63 exclude_reduce: bool 63 exclude_reduce: bool
64 achievement: bool 64 achievement: bool
65 non_counting: bool 65 non_counting: bool
66 location_name: Optional[str]
66 67
67 68
68class Painting(NamedTuple): 69class Painting(NamedTuple):