6 """ |
6 """ |
7 Module implementing the base class for the markup providers. |
7 Module implementing the base class for the markup providers. |
8 """ |
8 """ |
9 |
9 |
10 |
10 |
11 class MarkupBase(object): |
11 class MarkupBase: |
12 """ |
12 """ |
13 Class implementing the base class for the markup providers. |
13 Class implementing the base class for the markup providers. |
14 |
14 |
15 Note: Derived classes need only implement those method they provide |
15 Note: Derived classes need only implement those method they provide |
16 functionality for. This base class implements do nothing variants for |
16 functionality for. This base class implements do nothing variants for |