mirror of
https://github.com/JosephKJ/OWOD.git
synced 2025-06-02 22:30:15 +08:00
7 lines
195 B
Python
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"]
|