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