1 2 3 4 5 6
#!/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 ...")