module documentation

This is the prelude module of the Reven2 python API

This module provides essential classes to use the api. All objects in the prelude module are automatically imported in the reven2 package, meaning that to instantiate an object of the prelude module, such as `RevenServer`, you can use the following:

>>> import reven2.RevenServer

rather than:

>>> import reven2.prelude.RevenServer
Class RevenServer A reven server. This is the root api object.