mirror of
https://github.com/httpie/cli.git
synced 2025-01-31 17:59:16 +01:00
7 lines
79 B
Python
7 lines
79 B
Python
import os
|
|
|
|
__author__ = 'jakub'
|
|
|
|
|
|
CONFIG_DIR = os.path.expanduser('~/.httpie')
|