mirror of
https://github.com/KingOfTheNOPs/CDP-Toolkit
synced 2026-06-29 08:59:48 +00:00
7 lines
111 B
Python
7 lines
111 B
Python
from __future__ import annotations
|
|
|
|
import os
|
|
|
|
|
|
DEFAULT_TIMEOUT = float(os.environ.get("CDPTK_TIMEOUT", "10"))
|