Fix some things
This commit is contained in:
parent
b2d7c5b4b6
commit
ceb1c2ffed
3 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
dist/
|
||||||
|
|
@ -17,7 +17,7 @@ class Background:
|
||||||
@dataclass
|
@dataclass
|
||||||
class Stroke:
|
class Stroke:
|
||||||
values: str # Just the XML text in between the tags. Meaning: stroke positions.
|
values: str # Just the XML text in between the tags. Meaning: stroke positions.
|
||||||
attributes: str # just the XML attributes as encountered
|
attributes: dict[str,str] # just the XML attributes as encountered
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class Text:
|
class Text:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue