mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-02 16:19:20 +02:00
Change scheme format; support pathlib.
Change name documentation as well.
This commit is contained in:
parent
c5bb1529f5
commit
bb70935c19
27 changed files with 885 additions and 850 deletions
|
@ -1,14 +1,16 @@
|
|||
"""
|
||||
Test label generation for nodes.
|
||||
|
||||
Author: Sergey Vartanov (me@enzet.ru).
|
||||
"""
|
||||
from pathlib import Path
|
||||
from typing import List
|
||||
|
||||
from roentgen.scheme import Scheme
|
||||
from roentgen.text import Label
|
||||
|
||||
SCHEME: Scheme = Scheme("scheme/default.yml")
|
||||
__author__ = "Sergey Vartanov"
|
||||
__email__ = "me@enzet.ru"
|
||||
|
||||
SCHEME: Scheme = Scheme(Path("scheme/default.yml"))
|
||||
|
||||
|
||||
def construct_labels(tags) -> List[Label]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue