import inscoper_api

# Instantiate the Bridge
my_bridge = inscoper_api.Bridge()
print("Bridge initialized!")

my_bridge.close()

