mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
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>
5 lines
88 B
Python
5 lines
88 B
Python
"""Python library for the µD3TN project"""
|
|
|
|
from . import config
|
|
|
|
__all__ = ['config']
|