Fixed some bugs and added new tests

New test_multi_03 can be used to test multiple variables at once. Based on new collect function that can be used to collect n variables from parsed Ziffers.
This commit is contained in:
2023-03-05 13:31:52 +02:00
parent 004578e56e
commit ea0e9ae0cd
8 changed files with 58 additions and 25 deletions

View File

@ -1,6 +1,5 @@
from .parser import *
from .mapper import *
from .classes import *
from .common import *
from .defaults import *
from .scale import *