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.
auquotidien/auquotidien/modules/clicrdv.py

8 lines
144 B
Python

class AppointmentPart(object):
def view(self):
return ''
class AppointmentErrorPart(object):
def view(self):
return ''