This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
L3DNC/server/startServer.py

5 lines
60 B
Python

import Server
if __name__ == '__main__':
Server.main()