Rename data/tags.yml to scheme/default.yml.

This commit is contained in:
Sergey Vartanov 2021-05-07 01:21:11 +03:00
parent cbbd7bcf05
commit 0f3888430b
7 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ def draw_all_icons(
:param columns: the number of columns in grid
:param step: horizontal and vertical distance between icons
"""
tags_file_name: str = "data/tags.yml"
tags_file_name: str = "scheme/default.yml"
scheme: Scheme = Scheme(tags_file_name)
to_draw: List[Set[str]] = []