Major restructuring to get automatic decoding/encoding
[pycalendar.git] / pycalendar / component / todo.py
1 # Copyright
2
3 from . import base as _base
4
5
6 class ToDo (_base.Component):
7     """A to-do entry
8
9     As defined in :RFC:`5545`, section 3.6.2 (To-Do Component).
10     """
11     name = 'VTODO'