github: start moving to a proper artbitrated module
This commit is contained in:
parent
67cf4d0c04
commit
d7aff1be3f
5 changed files with 27 additions and 13 deletions
|
@ -116,6 +116,7 @@ from ..kython.klogging import setup_logger, LazyLogger
|
|||
|
||||
Paths = Union[Sequence[PathIsh], PathIsh]
|
||||
|
||||
# TODO support '' for emtpy path
|
||||
DEFAULT_GLOB = '*'
|
||||
def get_files(pp: Paths, glob: str=DEFAULT_GLOB, sort: bool=True) -> Tuple[Path, ...]:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue