1
0
Fork 0

comm/method: export classes in __init__

main
Felix Stupp 3 months ago
parent 558c322565
commit bf052969dc
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -0,0 +1,9 @@
from .interface import (
TransmissionSuccess,
TransportMethod,
)
from .internal import (
InternalExchanger,
InternalTransport,
)
Loading…
Cancel
Save