8 lines
183 B
Python
8 lines
183 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
__author__ = """Adrian Bulat"""
|
||
|
__email__ = 'adrian.bulat@nottingham.ac.uk'
|
||
|
__version__ = '1.0.1'
|
||
|
|
||
|
from .api import FaceAlignment, LandmarksType, NetworkSize
|