mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-10 00:53:08 +00:00
6 lines
148 B
Python
6 lines
148 B
Python
from mixnet.v2.sim.simulation import Simulation
|
|
|
|
if __name__ == "__main__":
|
|
sim = Simulation()
|
|
sim.run(30)
|
|
print("Simulation complete!") |