rics.types#

Types used by this package.

Module Attributes

AnyPath

Any path-like type; see parse_any_path().

AnyPath: TypeAlias = str | os.PathLike[str] | pathlib.Path#

Any path-like type; see parse_any_path().