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

@ -22,7 +22,7 @@ from roentgen.point import Occupied, Point
from roentgen.scheme import Scheme
ICONS_FILE_NAME: str = "icons/icons.svg"
TAGS_FILE_NAME: str = "data/tags.yml"
TAGS_FILE_NAME: str = "scheme/default.yml"
MISSING_TAGS_FILE_NAME: str = "missing_tags.yml"
AUTHOR_MODE = "user-coloring"