Source code for stalker.core.models.tag
#-*- coding: utf-8 -*-
from stalker.core.models import entity
########################################################################
[docs]class Tag(entity.SimpleEntity):
"""the tag class
"""
#----------------------------------------------------------------------
[docs] def __init__(self, **kwargs):
super(Tag, self).__init__(**kwargs)