5 lines
98 B
Python
Executable file
5 lines
98 B
Python
Executable file
#!/usr/bin/python
|
|
import runpy
|
|
|
|
# Run the liquidsoap python module
|
|
runpy.run_module("liquidsoap")
|