Source code for annular

"""Documentation about annular."""

import logging

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

[docs] __author__ = "Sander van Rijn, Christian Doh Dinga, Flavio Hafner"
[docs] __email__ = "s.vanrijn@esciencecenter.nl, c.dohdinga@tudelft.nl, f.hafner@esciencecenter.nl"
[docs] __version__ = "0.5.0"