-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sayan Kundu edited this page Jul 2, 2019
·
3 revisions
Make sure you have Python 3 installed
import Server class from server.py
from server import Server
- Create a Server object with arguments (optional)
- run startServer() from your object
- And that's it, your server is running. It will display the important details when started on the terminal