#!/usr/bin/env python """ The main entry point. Invoke as `http' or `python -m httpie'. """ from .core import main if __name__ == '__main__': main()