""" USAGE: consensus-simulations.exe [OPTIONS] --input-settings --output-file OPTIONS: -f, --output-format Output format selector [default: parquet] -h, --help Print help information -i, --input-settings Json file path, on `SimulationSettings` format -o, --output-file Output file path """ if __name__ == '__main__': # Parse arguments # Run simulation with arguments pass