update: new table format (retrocompatible), bug correction and plotting ability

This commit is contained in:
Yael-II
2024-12-01 16:31:14 +01:00
parent d985b82d22
commit d5a01d2023
8 changed files with 540 additions and 192 deletions

View File

@@ -50,7 +50,7 @@ def main():
if ans.upper() in QUIT:
stop = True
toolbox.resolve_input(ans, targets, config)
targets.pprint()
targets.pprint_all()
return 0
if __name__ == "__main__":