1
0
mirror of https://github.com/JosephKJ/OWOD.git synced 2025-06-03 14:50:40 +08:00

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"]