1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-10-16 06:27:29 +00:00
This commit is contained in:
Steffo 2020-06-06 18:59:37 +02:00
parent 917e5786d3
commit 018769d04d
Signed by: steffo
GPG key ID: 896A80F55F7C97F0

View file

@ -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):