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

Source Code for Package theia.running

 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__ = 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__ = ['parser', 'simulation'] 
19