9 lines
221 B
Python
Executable File
9 lines
221 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
|
|
from safety_master_plugin.master_plugin import MasterPlugin
|
|
from rqt_gui.main import Main
|
|
|
|
|
|
sys.exit(Main().main(sys.argv, standalone='safety_master_plugin.master_plugin.MasterPlugin')) |