prettify github extractors

This commit is contained in:
Dima Gerasimov 2020-05-03 09:29:23 +01:00
parent 4244f403ed
commit a521885aa0
2 changed files with 40 additions and 22 deletions

View file

@ -12,12 +12,12 @@ Highlight = dal.Highlight
Bookmark = dal.Bookmark
def _get_files():
def inputs():
return get_files(config.export_path, glob='*.json')
def _dal() -> dal.DAL:
return dal.DAL(_get_files())
return dal.DAL(inputs())
def pages():