summaryrefslogtreecommitdiffstats
path: root/scripts/automation/wrap_stl_console.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/wrap_stl_console.py')
-rw-r--r--scripts/automation/wrap_stl_console.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/automation/wrap_stl_console.py b/scripts/automation/wrap_stl_console.py
new file mode 100644
index 00000000..cb3696ea
--- /dev/null
+++ b/scripts/automation/wrap_stl_console.py
@@ -0,0 +1,3 @@
+import trex_control_plane.console.trex_console
+
+trex_control_plane.console.trex_console.main()