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