Files
ziffers-python/ziffers/__init__.py
Miika Alonen ea0e9ae0cd 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.
2023-03-05 13:31:52 +02:00

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 *