Home | Trees | Indices | Help |
|
---|
|
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__ = "R. Duque" 9 __copyright__ = "Copyright 2017, R. Duque" 10 __credits__ = ["R. Duque"] 11 __license__ = "GNU GPLv3+" 12 __version__ = "0.1.1" 13 __status__ = "stable" 14 __maintainer__ = "R. Duque" 15 __email__ = "raphael.duque@polytechnique.edu" 16 17 __all__ = ['geometry', 'interaction', 'settings', 'tools', 'units'] 18
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 11 10:03:23 2017 | http://epydoc.sourceforge.net |