mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-09 22:56:53 +00:00
8 lines
109 B
Python
8 lines
109 B
Python
![]() |
#!/usr/bin/env python
|
||
|
|
||
|
def execute(api):
|
||
|
api.log("A")
|
||
|
api.log("B")
|
||
|
api.log("C")
|
||
|
api.log("D")
|