Source code for transmeaspy

"""Documentation about TransMeasPy."""

import logging

logging.getLogger(__name__).addHandler(logging.NullHandler())

[docs] __author__ = "Michiel Dubbelman"
[docs] __email__ = "m.p.dubbelman@tudelft.nl"
[docs] __version__ = "0.1.0"