__main__.py
Go to the documentation of this file.
1 # -*- coding: utf-8 -*-
2 """
3 Module entry point.
4 
5 ------------------------------------------------------------------------------
6 This file is part of grepros - grep for ROS bag files and live topics.
7 Released under the BSD License.
8 
9 @author Erki Suurjaak
10 @created 24.10.2021
11 @modified 02.11.2021
12 ------------------------------------------------------------------------------
13 """
14 from . import main
15 
16 if "__main__" == __name__:
17  main.run()


grepros
Author(s): Erki Suurjaak
autogenerated on Sat Jan 6 2024 03:11:29