Source code for stalker.models.structure

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



from stalker.models import entity






########################################################################
[docs]class Structure(entity.SimpleEntity): """Structure holds folder structure templates as Jinja2 templates. """ pass