Source file tezos_protocol_environment_demo_counter.ml

1
2
module Name = struct let name = "demo-counter" end
include Tezos_protocol_environment.V10.Make(Name)()