Environment

Initialize a ClearMap environment with all main functionality.

Note

To initialize the main functions in a ClearMap script use: >>> from ClearMap.Environment import *

reload(module)[source]

Reload the module and return it.

The module must have been successfully imported before.