File: __main__.py

package info (click to toggle)
python-pattern 2.6%2Bgit20150109-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 78,672 kB
  • sloc: python: 53,865; xml: 11,965; ansic: 2,318; makefile: 94
file content (5 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#### PATTERN | IT | PARSER COMMAND-LINE ############################################################
# In Python 2.7+ modules invoked from the command line  will look for a __main__.py.

from __init__ import parse, commandline
commandline(parse)