Expose `tractor.msg.PayloadT` from subpkg
parent
7aaa2a61ec
commit
dbc445ff9d
|
@ -53,6 +53,9 @@ from .types import (
|
|||
|
||||
Error as Error,
|
||||
|
||||
# type-var for `.pld` field
|
||||
PayloadT as PayloadT,
|
||||
|
||||
# full msg class set from above as list
|
||||
__msg_types__ as __msg_types__,
|
||||
|
||||
|
|
Loading…
Reference in New Issue