1
0
mirror of https://github.com/RE-OWOD/RE-OWOD.git synced 2025-06-03 14:59:31 +08:00
RE-OWOD/detectron2/utils/registry.py
2022-01-04 13:35:52 +08:00

7 lines
195 B
Python

# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
# Keep this module for backward compatibility.
from fvcore.common.registry import Registry # noqa
__all__ = ["Registry"]