Module pubmedpy.utils
Expand source code Browse git
import os
from typing import Union
# type hint for path-like objects
PathType = Union[os.PathLike, str]
pubmedpy.utils
import os
from typing import Union
# type hint for path-like objects
PathType = Union[os.PathLike, str]