EasyCV/easycv/hooks/registry.py

5 lines
119 B
Python
Raw Normal View History

2022-04-02 20:01:06 +08:00
# Copyright (c) Alibaba, Inc. and its affiliates.
from easycv.utils.registry import Registry
2022-04-02 20:01:06 +08:00
HOOKS = Registry('hook')