mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-07 07:33:09 +00:00
5 lines
132 B
Python
5 lines
132 B
Python
from mixnet.v2.sim.simulation import Simulation
|
|
|
|
if __name__ == "__main__":
|
|
sim = Simulation()
|
|
print("Simulation complete!") |