5 lines
121 B
Python
Raw Normal View History

2024-11-01 18:07:08 -03:00
from pathlib import Path
def shared_volume() -> Path:
return Path(__file__).parent.parent.parent.joinpath('volume')