added a new debug argument

This commit is contained in:
Aéna Aria 2026-04-02 13:05:59 +02:00
parent 9cc805fb9d
commit 72281c4401
3 changed files with 21 additions and 1 deletions

View file

@ -1,3 +1,5 @@
import utils
def parse_wave_nodes(cfg,wave: int) -> list:
return list(filter(lambda node: node["wave"] == wave,cfg["nodes"]))