mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
5 lines
93 B
Python
5 lines
93 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
import os
|
|
|
|
os.environ["TEST_VALUE"] = 'test'
|