AzurLaneAutoScript/module/config/env.py

4 lines
80 B
Python

import os
IS_ON_PHONE_CLOUD = os.environ.get("cloudphone", "") == "cloudphone"