diff options
Diffstat (limited to 'tests/script.py')
-rw-r--r-- | tests/script.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/script.py b/tests/script.py index 30d45960..5195b8cc 100644 --- a/tests/script.py +++ b/tests/script.py @@ -1,2 +1,6 @@ #!/usr/bin/env python -print("This is a python script running ...")
\ No newline at end of file +# coding=utf-8 +""" +Trivial example of a Python script which can be run inside a cmd2 application. +""" +print("This is a python script running ...") |