ud3tn/python-ud3tn-utils/ud3tn_utils/__init__.py
Maximilian Nitsch 45bbccebb6 Prepare PyPi packages
To distribute the pyD3TN DTN protocol implementations as well as the
uD3TN python utilities on PyPi, the Python code is organized in separate
directories and the PyPi packaging guideline is applied. The
restructuring also requires an adjustment of the imports in the scripts
in tools/ and test/.

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2020-11-19 12:38:39 +01:00

5 lines
88 B
Python

"""Python library for the µD3TN project"""
from . import config
__all__ = ['config']