dikdimon's picture
Upload fc using SD-Hub extension
50261d7 verified
"""
Face Morpher module init code
"""
from .morpher import morpher, list_imgpaths
from .averager import averager
__all__ = ['list_imgpaths',
'morpher',
'averager']