appypod-rattail/gen/plone25/wrappers/PodTemplateWrapper.py

7 lines
346 B
Python

# ------------------------------------------------------------------------------
from appy.gen.plone25.wrappers import AbstractWrapper
# ------------------------------------------------------------------------------
class PodTemplateWrapper(AbstractWrapper): pass
# ------------------------------------------------------------------------------