""" | |
Python OpenFlow 1.0 library | |
Most of the files in this package are automatically generated by tools/munger. | |
They are checked in to simplify running OFTest. | |
""" | |
__all__ = ["action_list", "action", "cstruct", "error", "message"] | |
# Allow accessing constants through the top-level module | |
from cstruct import * | |
# Allow accessing submodules without additional imports | |
import action | |
import message |