90d564b67db60d563ac4cd2686152a056687117f
[pycalendar.git] / pycalendar / component / journal.py
1 # Copyright
2
3 from . import base as _base
4
5
6 class Journal (_base.Component):
7     """A journal entry
8
9     As defined in :RFC:`5545`, section 3.6.3 (Journal Component).
10     """
11     name = 'VJOURNAL'