You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2026-06-13 21:54:42 +02:00
5 lines
63 B
Python
5 lines
63 B
Python
import sys
|
|
|
|
|
|
is_windows = 'win32' in str(sys.platform).lower()
|