mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
The surrounding text in the documentation states that Screen is imported from textual.screen, but the code was importing the class from textual.app. Further, I was getting warnings from pyright that I was using a class that wasn't exported from the module I was importing from.