| 1 | #### PATTERN | XX | PARSER COMMAND-LINE ############################################################ |
| 2 | # In Python 2.7+ modules invoked from the command line will look for a __main__.py. |
| 3 | |
| 4 | from __init__ import parse, commandline |
nothing calls this directly
no test coverage detected