Add a module docstring to _list_item.py

This commit is contained in:
Dave Pearson
2023-03-01 11:44:36 +00:00
parent 11e16b406a
commit 43cc67d254

View File

@@ -1,3 +1,5 @@
"""Provides a list item widget for use with `ListView`."""
from textual import events
from textual.message import Message
from textual.reactive import reactive