mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-02 13:03:13 +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') |