Files
seafile-mirror/seafile_mirror/__init__.py
Max Mehl ba1aab5f7e
All checks were successful
Python Linters / pylint (pull_request) Successful in 31s
Python Linters / formatting (pull_request) Successful in 28s
Python Linters / mypy (pull_request) Successful in 28s
REUSE Compliance / reuse (pull_request) Successful in 6s
Selftests / test-build-install (pull_request) Successful in 25s
Selftests / test-sync (pull_request) Successful in 49s
add version command
2024-01-16 16:39:20 +01:00

11 lines
204 B
Python
Executable File

# SPDX-FileCopyrightText: 2023 Max Mehl <https://mehl.mx>
#
# SPDX-License-Identifier: Apache-2.0
"""Global init file"""
from importlib.metadata import version
__version__ = version("seafile-mirror")