Spaces:
Build error
Build error
File size: 177 Bytes
0827183 |
1 2 3 4 5 6 7 |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from .about import __title__, __version__
__all__ = ["__title__", "__version__"]
|