tools: ynl: move the enum classes to shared code
[platform/kernel/linux-starfive.git] / tools / net / ynl / lib / __init__.py
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2
3 from .nlspec import SpecAttr, SpecAttrSet, SpecEnumEntry, SpecEnumSet, \
4     SpecFamily, SpecOperation
5 from .ynl import YnlFamily
6
7 __all__ = ["SpecAttr", "SpecAttrSet", "SpecEnumEntry", "SpecEnumSet",
8            "SpecFamily", "SpecOperation", "YnlFamily"]