mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-05-14 01:02:36 +08:00
4 lines
80 B
Python
4 lines
80 B
Python
import os
|
|
|
|
IS_ON_PHONE_CLOUD = os.environ.get("cloudphone", "") == "cloudphone"
|