.lib.Result has grown enourmously in size and merits its own module.For now, reexport it from .lib.base to not break all code containing"from jw.lib.base import Result"Signed-off-by: Jan Lindemann <jan@janware.com>
.lib.Result has grown enourmously in size and merits its own module.
For now, reexport it from .lib.base to not break all code containing
"from jw.lib.base import Result"