ud3tn/python-ud3tn-utils/ud3tn_utils/__init__.py

8 lines
160 B
Python
Raw Normal View History

# SPDX-License-Identifier: BSD-3-Clause OR Apache-2.0
# encoding: utf-8
"""Python library for the µD3TN project"""
from . import config
__all__ = ['config']