mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
6 lines
82 B
Python
Executable file
6 lines
82 B
Python
Executable file
#!/usr/bin/python
|
|
|
|
import sys
|
|
from moosic.server.main import main
|
|
|
|
main(sys.argv)
|