import os

def path(
    paths: str
) -> str:
    return os.path.join(os.path.dirname(__file__), f'../{paths}')