Rename my_configuration to mycfg for brevity

This commit is contained in:
Dima Gerasimov 2019-12-19 19:45:25 +00:00
parent cd804091c3
commit 78acb1b359
31 changed files with 65 additions and 70 deletions

View file

@ -41,7 +41,7 @@ class Article(NamedTuple):
# TODO add tags?
# TODO integrate with my_configuration
# TODO integrate with mycfg
def get_articles(json_path: Path) -> Sequence[Article]:
import json
raw = json.loads(json_path.read_text())['list']