mirror of
https://github.com/JosephKJ/OWOD.git
synced 2025-06-03 14:50:40 +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"]
|