The module is the start point in this library. If holds just a loader and a few functions, but you will get access to all from here.

Prism() Prism The function to call to return a Prism object. 
import debprism
gprism = debprism.Prism()
if gprism.init():
    print("all ok prism started")
else:
    print("you could not start prism")

Ex. of loading and initializing the Prism class that i is needed to get to it all