Package theia :: Package helpers
[hide private]
[frames] | no frames]

Source Code for Package theia.helpers

 1  ''' 
 2  This is the helpers sub-package of theia. 
 3   
 4  It provides it provides all sorts of generic functions for theia. 
 5   
 6  ''' 
 7   
 8  __author__ = u"Rapha\u00EBl Duque" 
 9  __copyright__ = u"Copyright 2017, Rapha\u00EBl Duque" 
10  __credits__ = [u"Rapha\u00EBl Duque"] 
11  __license__ = "GNU GPLv3+" 
12  __version__ = "0.1.3" 
13  __status__ = "stable" 
14  __maintainer__ = u"Rapha\u00EBl Duque" 
15  __email__ = "raphael.duque@polytechnique.edu" 
16   
17  __all__ = ['geometry', 'interaction', 'settings', 'tools', 'units'] 
18