Source code for stalker.models.group

#-*- coding: utf-8 -*-



from stalker.models import entity






########################################################################
[docs]class Group(entity.AuditEntity): """the group class """ pass