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