module documentation
This is the prelude module of the Reven python API
This module provides essential classes to use the api. All objects in the prelude module are automatically imported in the reven 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 |
|
A reven server. This is the root api object. |