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__