diff options
Diffstat (limited to 'examples/scripts/script.py')
-rw-r--r-- | examples/scripts/script.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/scripts/script.py b/examples/scripts/script.py index 3f60c8fb..5195b8cc 100644 --- a/examples/scripts/script.py +++ b/examples/scripts/script.py @@ -4,4 +4,3 @@ Trivial example of a Python script which can be run inside a cmd2 application. """ print("This is a python script running ...") - |