projectal.entities.tag
5class Tag(Entity): 6 """ 7 Implementation of the [Tag](https://projectal.com/docs/latest/#tag/Tag) API. 8 """ 9 10 _path = "tag" 11 _name = "tag" 12 _links = [] 13 _links_reverse = []
Implementation of the Tag API.