__init__.py 104 B

12345
  1. #!/usr/bin/env python
  2. """detection: Face detection implementation."""
  3. from .detector import Detector