mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
6 lines
158 B
Python
6 lines
158 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
_base_ = './base.py'
|
||
|
|
||
|
_deprecation_ = dict(
|
||
|
expected='tests/data/config/py_config/base.py', reference='')
|