Files
herolib/lib/threefold/grid4/datamodel/model_simulations.v
2025-08-21 11:59:06 +02:00

8 lines
83 B
V

module cloudslices
pub struct NodeSim {
Node
pub mut:
cost f64 //free
}