def join(*args): """ Join list of path :param args: List of path :return: Joined path """ return "/".join(args)