lot_manager/test.py

3 lines
52 B
Python
Raw Normal View History

2023-12-07 19:04:49 +08:00
import os
print('test' == os.getenv('device_name'))