diff --git a/src/textual/__main__.py b/src/textual/__main__.py index 212d16b92..02f6d79c1 100644 --- a/src/textual/__main__.py +++ b/src/textual/__main__.py @@ -1,3 +1,5 @@ +# Ignore this. This is just a forced change to a Python file. + from .demo import DemoApp if __name__ == "__main__":