39 | 40 |

Source code for qtim_tools.qtim_features.document_test

41 | 
42 | 
43 | 
[docs]def main(): 44 | """This is the entry point of the application! 45 | :raises: :class:`KeyboardInterrupt`, :class:`SystemExit` 46 | """ 47 | pass
48 | 49 | 50 | # vim:et:fdm=marker:sts=4:sw=4:ts=4 51 |
52 | 53 |