12 lines
209 B
Python
12 lines
209 B
Python
#
|
|
# Copyright (C) 2022 The Android Open Source Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
from pathlib import Path
|
|
|
|
__version__ = "3.0.0"
|
|
|
|
module_path = Path(__file__).parent
|
|
current_path = Path.cwd()
|