1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-15 04:19:27 +08:00
Files
Alas/module/config/env.py

4 lines
80 B
Python

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