This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
plone.formwidget.captcha/plone/formwidget/captcha/interfaces.py

5 lines
129 B
Python

from z3c.form import interfaces
class ICaptchaWidget(interfaces.IWidget):
"""Marker interface for the captcha widget
"""