import os class PathUtil: def getAbsolutePathTo(notAbsolutPath:str) -> str: return os.path.abspath("Client/" + notAbsolutPath)