mirror of https://github.com/alibaba/EasyCV.git
5 lines
110 B
Python
5 lines
110 B
Python
|
# Copyright (c) Alibaba, Inc. and its affiliates.
|
||
|
from easycv.utils import Registry
|
||
|
|
||
|
HOOKS = Registry('hook')
|