()
| 176 | |
| 177 | |
| 178 | def usage(): |
| 179 | print("./appspot.py [opts]") |
| 180 | print(" --number <val> / -n <val> : number to parse") |
| 181 | print(" --country <val> / -c <val> : default country for parsing (default None)") |
| 182 | print(" --locale <val> / -l <val> : language (default 'en')") |
| 183 | print(" --help / -h : show this message") |
| 184 | |
| 185 | |
| 186 | if __name__ == '__main__': |