Source code for yael.opflink

#!/usr/bin/env python
# coding=utf-8

"""
An OPF `<link>` element, that is, a child of the `<metadata>`.
"""

from yael.element import Element

__author__ = "Alberto Pettarin"
__copyright__ = "Copyright 2015, Alberto Pettarin (www.albertopettarin.it)"
__license__ = "MIT"
__version__ = "0.0.6"
__email__ = "alberto@albertopettarin.it"
__status__ = "Development"