mirror of
https://gitcode.com/gh_mirrors/eas/EasyFace.git
synced 2025-12-30 04:52:28 +00:00
6 lines
143 B
Python
6 lines
143 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
|
|
from .base import FormatHandler
|
|
from .json import JsonHandler
|
|
from .yaml import YamlHandler
|