File: script.py

package info (click to toggle)
cmd2 3.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,664 kB
  • sloc: python: 17,488; makefile: 114; sh: 39; javascript: 7
file content (3 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (2)
1
2
3
"""Trivial example of a Python script which can be run inside a cmd2 application."""

print("This is a python script running ...")