This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | """ | |
| Tutorial / Python / CherryPy / REST API | |
| https://cherrypy.readthedocs.org/en/3.3.0/tutorial/REST.html | |
| """ | |
| import cherrypy | |
| songs = { | |
| '1': { | |
| 'title': 'Lumberjack Song', | |
| 'artist': 'Canadian Guard Choir' |