1
0
mirror of https://github.com/httpie/cli.git synced 2025-04-27 12:22:55 +02:00

6 lines
105 B
Python
Raw Permalink Normal View History

from httpie.manager.__main__ import main
if __name__ == '__main__':
import sys
sys.exit(main())