__init__.py 104 B

1234
  1. # Copyright (c) OpenMMLab. All rights reserved.
  2. from .res_layer import ResLayer
  3. __all__ = ['ResLayer']