Source code for smart_data_hub

"""Documentation about smart_data_hub."""

import logging

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

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