mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Chore: [ALAS] Abstract platform condition
This commit is contained in:
5
module/device/env.py
Normal file
5
module/device/env.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import sys
|
||||
|
||||
IS_WINDOWS = sys.platform == 'win32'
|
||||
IS_MACINTOSH = sys.platform == 'darwin'
|
||||
IS_LINUX = sys.platform == 'linux'
|
||||
Reference in New Issue
Block a user