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.
PcfAnnuaire/interfaces.py

8 lines
154 B
Python

"""Interfaces for PcfAnnuaire"""
from zope.interface import Interface
class IPcfAnnuaire(Interface):
"""A folder that contains the Pcf Annuaire"""