Init ESDS repository

This commit is contained in:
Loic Guegan 2022-06-09 21:48:32 +02:00
commit c2e6aad09f
106 changed files with 2638 additions and 0 deletions
tests/simple_log_5n

View file

@ -0,0 +1,7 @@
#!/usr/bin/env python
def execute(api):
api.log("A")
api.log("B")
api.log("C")
api.log("D")