Skip to content
Snippets Groups Projects
__init__.py 91 B
Newer Older
Guo-Hua Wang's avatar
Guo-Hua Wang committed
from .detection_distiller import DetectionDistiller

__all__ = [
    'DetectionDistiller'
]