5 lines
128 B
Python
5 lines
128 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
from .test_core.test_graph.test_graph import TestGraph
|
||
|
|
||
|
__all__ = ['TestGraph']
|