mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-22 21:46:24 +02:00
Add type annotation for __init__.
This commit is contained in:
parent
b20006f6ae
commit
737e434260
17 changed files with 45 additions and 41 deletions
|
@ -132,7 +132,7 @@ class Constructor:
|
|||
check_level=lambda x: True,
|
||||
mode: str = "normal",
|
||||
seed: str = "",
|
||||
):
|
||||
) -> None:
|
||||
self.check_level = check_level
|
||||
self.mode: str = mode
|
||||
self.seed: str = seed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue