mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 19:57:16 +00:00
4 lines
128 B
Python
4 lines
128 B
Python
IVERSION = (0, 19)
|
|
VERSION = ".".join(str(i) for i in IVERSION)
|
|
PATHOD = "pathod " + VERSION
|
|
MITMPROXY = "mitmproxy " + VERSION
|