OWOD/detectron2/utils/registry.py

7 lines
195 B
Python
Raw Normal View History

2020-09-29 05:47:18 +05:30
# 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"]