home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- from namespaces import DR3DNS
- from element import Element
- from draw import StyleRefElement
-
- def Cube(**args):
- return StyleRefElement(qname = (DR3DNS, 'cube'), **args)
-
-
- def Extrude(**args):
- return StyleRefElement(qname = (DR3DNS, 'extrude'), **args)
-
-
- def Light(Element):
- return StyleRefElement(qname = (DR3DNS, 'light'), **args)
-
-
- def Rotate(**args):
- return StyleRefElement(qname = (DR3DNS, 'rotate'), **args)
-
-
- def Scene(**args):
- return StyleRefElement(qname = (DR3DNS, 'scene'), **args)
-
-
- def Sphere(**args):
- return StyleRefElement(qname = (DR3DNS, 'sphere'), **args)
-
-