Export genetic types for SelectionList

So these can end up in the docs.
This commit is contained in:
Dave Pearson
2023-05-24 14:30:15 +01:00
parent 258181d1de
commit 2874b24a87

View File

@@ -1,3 +1,8 @@
from ._selection_list import Selection, SelectionError
from ._selection_list import (
MessageSelectionType,
Selection,
SelectionError,
SelectionType,
)
__all__ = ["Selection", "SelectionError"]
__all__ = ["MessageSelectionType", "Selection", "SelectionError", "SelectionType"]