python-openflow
python-openflow copied to clipboard
message category packages could import its classes
Message category packages like pyof.v0x01.symmetric
__init__
file could import its submodules classes, so that one is able to do for example:
from pyof.v0x01.symmetric import Hello
instead of
from pyof.v0x01.symmetric.hello import Hello