diff --git a/lihzahrd/header/treetopvariants.py b/lihzahrd/header/treetopvariants.py index 6026a05..701d610 100755 --- a/lihzahrd/header/treetopvariants.py +++ b/lihzahrd/header/treetopvariants.py @@ -1,9 +1,10 @@ import typing + class TreetopVariants: - """Information about the treetop variants in the worls""" - def __init__(self, - treetop_variants: typing.List[str]): + """(Unknown) Information about the treetop variants in the world.""" + + def __init__(self, treetop_variants: typing.List[str]): self.treetop_variants: typing.List[str] = treetop_variants def __repr__(self):