mopidy/bin/mopidy

6 lines
99 B
Python
Executable File

#! /usr/bin/env python
if __name__ == '__main__':
from mopidy.__main__ import main
main()