fixed mising 'maintained_selection'

This commit is contained in:
iLLiCiTiT 2022-01-19 16:45:52 +01:00
parent 9980aa90fa
commit 8eded893aa

View file

@ -25,6 +25,9 @@ from .pipeline import (
parse_container,
update_container,
)
from .lib import (
maintained_selection
)
__all__ = (
@ -49,4 +52,6 @@ __all__ = (
"containerise",
"parse_container",
"update_container",
"maintained_selection",
)