-
We will use the bottle library to program our web server. Toenable this, updateserver.py to use Python’s importfunctionality to give your project access to thebottlelibrary.
Note that repl.it will automatically install the library the firsttime you run your program (and only that first time). Do not besurprised when you can see this happen in the console portion ofyour repl. -
● We will also need code in server.py be able to accessfunctionality we will write inart.py. Use the same importmethodology to create create this link in server.py.
-
● Write code in your server.py file so that bottle handlesrequests that are routed to
“/map.js” by returning
OROR