esds/tests/simple_log_5n/node.py

8 lines
109 B
Python
Raw Normal View History

2022-06-09 21:48:32 +02:00
#!/usr/bin/env python
def execute(api):
api.log("A")
api.log("B")
api.log("C")
api.log("D")