python-openflow icon indicating copy to clipboard operation
python-openflow copied to clipboard

message category packages could import its classes

Open erickvermot opened this issue 7 years ago • 0 comments

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

erickvermot avatar Jul 19 '17 15:07 erickvermot