Projet

Général

Profil

Télécharger (144 octets) Statistiques
| Branche: | Tag: | Révision:

root / auquotidien / modules / clicrdv.py @ e0ca24cb

1
class AppointmentPart(object):
2
    def view(self):
3
        return ''
4

    
5
class AppointmentErrorPart(object):
6
    def view(self):
7
        return ''
(10-10/18)