Source code for nuctransportdb

"""Documentation about nuctransportdb."""

import logging

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

[docs] __author__ = "Qian Chen"
[docs] __email__ = "qian.chen1@rwth-aachen.de"
[docs] __version__ = "0.1.0"