Fix documentation.

This commit is contained in:
Sergey Vartanov 2021-05-31 02:22:40 +03:00
parent 133e6b36c2
commit 3bef455d8e
2 changed files with 8 additions and 4 deletions

View file

@ -1,8 +1,14 @@
"""
Tests for Röntgen project.
"""
from pathlib import Path
from roentgen.icon import ShapeExtractor
from roentgen.scheme import Scheme
__author__ = "Sergey Vartanov"
__email__ = "me@enzet.ru"
SCHEME: Scheme = Scheme(Path("scheme/default.yml"))
SCHEME_EXTRACTOR: ShapeExtractor = ShapeExtractor(
Path("icons/icons.svg"), Path("icons/config.json")