diff options
Diffstat (limited to 'examples/script.py')
-rw-r--r-- | examples/script.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/script.py b/examples/script.py index 7d0c998a..3f60c8fb 100644 --- a/examples/script.py +++ b/examples/script.py @@ -1,3 +1,7 @@ #!/usr/bin/env python +# coding=utf-8 +""" +Trivial example of a Python script which can be run inside a cmd2 application. +""" print("This is a python script running ...") |