blackwidow module

blackwidow.run(filename)

Runs the overall simulation, configuring from arguments.

Parameters:filename (string) – name of config file
Example:
>>> import blackwidow
>>> a = blackwidow.run('config.txt')