6 lines
104 B
Python
Executable file
6 lines
104 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
import runpy
|
|
|
|
# Run the liquidsoap python module
|
|
runpy.run_module("liquidsoap")
|