Files
CouchPotatoServer/libs/requests/packages/charade/__main__.py
T
2014-01-10 13:16:12 +01:00

8 lines
137 B
Python

'''
support ';python -m charade <file1> [file2] ...' package execution syntax (2.7+)
'''
from charade import charade_cli
charade_cli()