5 lines
120 B
Python
5 lines
120 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
from .nq_gen_3dcea1 import nq_datasets # noqa: F401, F403
|