mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 05:47:30 +08:00
4 lines
80 B
Python
4 lines
80 B
Python
import os
|
|
|
|
IS_ON_PHONE_CLOUD = os.environ.get("cloudphone", "") == "cloudphone"
|