PyXMake Developer Guide  1.0
PyXMake
__init__.py
1 # -*- coding: utf-8 -*-
2 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 # % Tools Module - Classes and Functions %
4 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5 """
6 Contains some fundamental utility functions used within PyXMake.
7 
8 @note: PyXMake module
9 Created on 20.03.2018
10 
11 @version: 1.0
12 ----------------------------------------------------------------------------------------------
13 @requires:
14  -
15 
16 @change:
17  -
18 
19 @author: garb_ma [DLR-FA,STM Braunschweig]
20 ----------------------------------------------------------------------------------------------
21 """
22 
23 ## @package PyXMake.Tools
24 # Module containing basic functionalities defined for convenience.
25 ## @author
26 # Marc Garbade
27 ## @date
28 # 20.03.2018
29 ## @par Notes/Changes
30 # - Added documentation // mg 29.03.2018
31 
32 if __name__ == '__main__':
33  pass