[6d389a]: / tools / __init__.py

Download this file

6 lines (5 with data), 218 Bytes

1
2
3
4
5
# Copyright (c) OpenMMLab. All rights reserved.
from .analysis import * # noqa: F401, F403
from .data import * # noqa: F401, F403
from .deployment import * # noqa: F401, F403
from .misc import * # noqa: F401, F403