Skip to content

KaleidoMC/tagspaces_getter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tagspaces_getter

from tagspaces_getter import Tags
from tagspaces_getter import TagDef
from pathlib import Path

tags = Tags(Path("./cocricot/test/beachparasol_yellow.json"))
skip = TagDef("skip", "#fa573cff", "white")
tags.add(skip)
print(tags.tags)

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Languages