6 lines
122 B
Python
Executable file
6 lines
122 B
Python
Executable file
#!/usr/bin/python
|
|
# -*- coding: utf-8 -*-
|
|
import runpy
|
|
|
|
# Run the liquidsoap python module
|
|
runpy.run_module("liquidsoap")
|