|
|
@ -46,8 +46,7 @@ __all__ = ('File',) |
|
|
|
class File(Item[V]): |
|
|
|
"""Represents a UI file component. |
|
|
|
|
|
|
|
This is a top-level layout component that can only be used on :class:`LayoutView`, |
|
|
|
or :class:`Container`. |
|
|
|
This is a top-level layout component that can only be used on :class:`LayoutView`. |
|
|
|
|
|
|
|
.. versionadded:: 2.6 |
|
|
|
|
|
|
|