diff options
Diffstat (limited to 'examples/script.py')
-rw-r--r-- | examples/script.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/script.py b/examples/script.py deleted file mode 100644 index 3f60c8fb..00000000 --- a/examples/script.py +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 ...") - |