summaryrefslogtreecommitdiff
path: root/tools/net/ynl/pyynl/__init__.py
blob: d8f59c132ab7eebc705195eb65ef5fba34a1eca9 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

""" Python YNL (YAML Netlink) library. """

# Re-export the public library API so it can be imported straight from the
# package, e.g. `from pyynl import YnlFamily`.
# pylint: disable=wildcard-import,unused-wildcard-import
from .lib import *
from .lib import __all__