Source code for dl_utils.fs.dir
# -*- coding: utf-8 -*-
# @Time : 7/17/25
# @Author : Yaojie Shen
# @Project : Deep-Learning-Utils
# @File : dir.py
from pathlib import Path
from ..type_hint import PathLike
__all__ = ["make_parent_dirs"]