koodos labs develops compasses and tools for connected media

# Define one of the main functions of koodos labs
def develop_mediagraph():

# Tell them more about koodos labs
print("koodos labs is an interactive technology and developer tools company. Mediagraph was initiated and developed by the good people there.")

# Finally, end with a call to action to go to the main koodos labs page
def visit_koodos_labs():
webbrowser.open("https://www.koodoslabs.xyz")