mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2025-12-14 08:06:23 +08:00
10 lines
128 B
Python
10 lines
128 B
Python
import os
|
|
import sys
|
|
|
|
import linkplay_server
|
|
|
|
os.chdir(sys.path[0])
|
|
|
|
if __name__ == '__main__':
|
|
linkplay_server.link_play()
|