rename scdf-python-app to polyglot-python-app

This commit is contained in:
Christian Tzolov
2019-05-14 16:22:04 +02:00
parent 3e1628bd54
commit 7d3e7efbda
9 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#
import time
from util.actuator import Actuator
from util.arguments import get_env_info
Actuator.start(9191, get_env_info())
#
print('OK')
time.sleep(10000)
print('STOPPED')