mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-14 12:17:55 +00:00
5 lines
119 B
Python
Executable File
5 lines
119 B
Python
Executable File
from .collect_env import collect_env
|
|
from .logger import get_root_logger
|
|
|
|
__all__ = ['get_root_logger', 'collect_env']
|