Home | Trees | Indices | Help |
|
---|
|
1 ''' 2 This is the running sub-package of theia. 3 4 It provides the necessary classes and functions to allow the input, output and 5 encapsulation of simulation data. 6 7 ''' 8 9 __author__ = "R. Duque" 10 __copyright__ = "Copyright 2017, R. Duque" 11 __credits__ = ["R. Duque"] 12 __license__ = "GNU GPLv3+" 13 __version__ = "0.1.0" 14 __status__ = "stable" 15 __maintainer__ = "R. Duque" 16 __email__ = "raphael.duque@polytechnique.edu" 17 18 __all__ = ['parser', 'simulation'] 19
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jun 13 14:30:27 2017 | http://epydoc.sourceforge.net |