Esempio n. 1
0
	def __init__(self):
		element.__init__(self, "div", "left-bar")
Esempio n. 2
0
	def __init__(self, child):
		element.__init__(self, "body", None, children)
Esempio n. 3
0
	def __init__(self):
		element.__init__(self, "h1", "moto")
Esempio n. 4
0
	def __init__(self):
		element.__init__(self, "img", "logo")
Esempio n. 5
0
	def __init__(self, children):
		children =  (logo(), moto())
		element.__init__(self, "head", None, *children)
Esempio n. 6
0
	def __init__(self, children):
		element.__init__(self, "html", None, children)