mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-05-04 02:23:59 +00:00
Init ESDS repository
This commit is contained in:
commit
c2e6aad09f
106 changed files with 2638 additions and 0 deletions
tests/simple_log_5n
7
tests/simple_log_5n/node.py
Normal file
7
tests/simple_log_5n/node.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
def execute(api):
|
||||
api.log("A")
|
||||
api.log("B")
|
||||
api.log("C")
|
||||
api.log("D")
|
Loading…
Add table
Add a link
Reference in a new issue