q.yao 6420e20445
[Refactor] Ease rewriter import for dev-1.x (#1170)
* Update rewriter import

* remove root import

* add interface
2022-11-08 10:37:59 +08:00

6 lines
214 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from . import backbones # noqa: F401,F403
from . import classifiers # noqa: F401,F403
from . import necks # noqa: F401,F403
from . import utils # noqa: F401,F403