mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 15:44:24 +00:00
Fix typo
This commit is contained in:
parent
917e5786d3
commit
018769d04d
1 changed files with 4 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue