mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
9 lines
154 B
Python
9 lines
154 B
Python
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
"""
|
|
Common parts for all I2P tests.
|
|
"""
|
|
|
|
from pathlib import Path
|
|
|
|
DATA_DIR = Path(__file__).parent / 'data'
|