Source code for hashtron.layer.layer

from hashtron.layer.combiner import Combiner

[docs] class Layer:
[docs] def lay(self) -> Combiner: pass