Convenient class to represent the main node of an HTML tree.
Module whakerpy.htmlmaker
Class HTMLMainNode
Description
Constructor
Create the main node.
Parameters
- parent
View Source
def __init__(self, parent):
"""Create the main node."""
super(HTMLMainNode, self).__init__(parent, 'body_main', 'main')