mmengine/tests/data/config/py_config/test_custom_import.py

4 lines
142 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
custom_imports = dict(
imports=['test_custom_import_module'], allow_failed_imports=False)