comm/method: export classes in __init__
parent
558c322565
commit
bf052969dc
@ -0,0 +1,9 @@
|
|||||||
|
from .interface import (
|
||||||
|
TransmissionSuccess,
|
||||||
|
TransportMethod,
|
||||||
|
)
|
||||||
|
|
||||||
|
from .internal import (
|
||||||
|
InternalExchanger,
|
||||||
|
InternalTransport,
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue