ytdl-sub/src/ytdl_sub/utils/system.py
2023-02-28 17:07:03 -08:00

3 lines
58 B
Python

import sys
IS_WINDOWS = sys.platform.startswith("win32")