github: start moving to a proper artbitrated module

This commit is contained in:
Dima Gerasimov 2020-06-01 22:10:29 +01:00
parent 67cf4d0c04
commit d7aff1be3f
5 changed files with 27 additions and 13 deletions

View file

@ -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, ...]:
"""