mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
8 lines
144 B
Python
8 lines
144 B
Python
'''
|
|
support ';python -m charade <file1> [file2] ...' package execution syntax (2.7+)
|
|
'''
|
|
|
|
from charade import charade_cli
|
|
|
|
charade_cli()
|