Skip to content

Instantly share code, notes, and snippets.

@Shadid12
Created March 19, 2018 23:25
Show Gist options
  • Save Shadid12/5b2a6286dbd7ec998117a6afd56a8c52 to your computer and use it in GitHub Desktop.
Save Shadid12/5b2a6286dbd7ec998117a6afd56a8c52 to your computer and use it in GitHub Desktop.
class Routes:
def __init__(self, routesTable={}):
# the routesTable is our hash map DT
self.routesTable = routesTable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment