dlup.cli package
Contents
dlup.cli package#
Submodules#
dlup.cli.mask module#
CLI utilities to handle masks
dlup.cli.wsi module#
Module contents#
DLUP Command-line interface. This is the file which builds the main parser.
- dlup.cli.dir_path(path: str) pathlib.Path [source]#
Check if the path is a valid directory. Parameters ———- path : str Returns ——- pathlib.Path
The path as a pathlib.Path object.