mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Export genetic types for SelectionList
So these can end up in the docs.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user