1 '''
2 This is the rendering sub-package of theia.
3
4 It allows to write the physical objects to FreeCAD format files for 3D
5 rendering.
6
7 '''
8
9 __author__ = u"Rapha\u00EBl Duque"
10 __copyright__ = u"Copyright 2017, Rapha\u00EBl Duque"
11 __credits__ = [u"Rapha\u00EBl Duque"]
12 __license__ = "GNU GPLv3+"
13 __version__ = "0.1.3"
14 __status__ = "stable"
15 __maintainer__ = u"Rapha\u00EBl Duque"
16 __email__ = "raphael.duque@polytechnique.edu"
17
18 __all__ = ['features', 'shapes', 'writer']
19