import os import sys import linkplay_server os.chdir(sys.path[0]) if __name__ == '__main__': linkplay_server.link_play()