mirror of
https://github.com/httpie/cli.git
synced 2025-02-16 17:40:51 +01:00
* Single binary executables / DEB packages. * Attach single binary executables to the releases
6 lines
105 B
Python
6 lines
105 B
Python
from httpie.manager.__main__ import main
|
|
|
|
if __name__ == '__main__':
|
|
import sys
|
|
sys.exit(main())
|