mirror of
https://github.com/YerbaPage/LongCodeZip.git
synced 2025-10-22 23:19:46 +03:00
9 lines
208 B
Python
9 lines
208 B
Python
# SPDX-FileCopyrightText: (c) 2024 EvalPlus Team
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
try:
|
|
from repoqa._version import __version__, __version_tuple__
|
|
except ImportError:
|
|
__version__ = "local-dev"
|