docstring

This commit is contained in:
ryan 2016-08-03 16:39:11 +02:00
parent 0dca72cad8
commit eb10ffcba0

View File

@ -1,3 +1,9 @@
"""This module takes care of all the logic related to block status.
Specifically, what happens when a block becomes invalid. The logic is
encapsulated in the ``Election`` class, while the sequence of actions
is specified in ``create_pipeline``.
"""
import rethinkdb as r
from multipipes import Pipeline, Node