blob: 26dbd761033ee6361b02cd76d66f258719ab548c [file] [log] [blame]
"""
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
match = ofp_match