I have a buggy long python project that I am trying to debug. Its messy and undocumented. I am familiar with python2.7. There are no binaries in this project. The straight f
add this line to the file:
help()
this should automatically print the version along with the default help interface. remember to remove it later.