mirror of
https://github.com/httpie/cli.git
synced 2024-11-25 01:03:27 +01:00
dd2c9513f3
* Single binary executables / DEB packages. * Attach single binary executables to the releases
6 lines
97 B
Python
6 lines
97 B
Python
from httpie.__main__ import main
|
|
|
|
if __name__ == '__main__':
|
|
import sys
|
|
sys.exit(main())
|