mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 19:02:31 +01:00
4 lines
74 B
Python
4 lines
74 B
Python
#!/usr/bin/env python
|
|
from daqpower.server import run_server
|
|
run_server()
|