mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-02-17 21:46:54 +00:00
5 lines
121 B
Python
5 lines
121 B
Python
|
from pathlib import Path
|
||
|
|
||
|
|
||
|
def shared_volume() -> Path:
|
||
|
return Path(__file__).parent.parent.parent.joinpath('volume')
|