mirror of
https://gitcode.com/gh_mirrors/eas/EasyFace.git
synced 2025-12-30 13:02:29 +00:00
5 lines
156 B
Python
5 lines
156 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
from .version import __release_datetime__, __version__
|
|
|
|
__all__ = ['__version__', '__release_datetime__']
|