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.
8 lines
157 B
Python
8 lines
157 B
Python
from .parser import *
|
|
from .mapper import *
|
|
from .common import *
|
|
from .defaults import *
|
|
from .scale import *
|
|
from .converters import *
|
|
from .spec import *
|