Skip to content
Snippets Groups Projects
Verified Commit 251b36be authored by Anton Tetov Johansson's avatar Anton Tetov Johansson
Browse files

make text_msg available as textmsg

parent 5192ae44
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -23,3 +23,6 @@ from .urscript_commands import set_DO # noqa: F401,E402
from .urscript_commands import set_tcp # noqa: F401,E402
from .urscript_commands import sleep # noqa: F401,E402
from .urscript_commands import text_msg # noqa: F401,E402
# make available under original name
textmsg = text_msg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment