blob: 5809e9bf02fe11c8c784447b122acefd8fbed6df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
usage: deal-converter.py [-h] INPUT_FILE [OUTPUT_FILE [OUTPUT_FILE ...]]
Universal converter for bridge deal formats
positional arguments:
INPUT_FILE Input file path
OUTPUT_FILE Output file path(s)
optional arguments:
-h, --help show this help message and exit
Supported formats: BER BHG BRI CDS CSV DGE DLM DUP PBN RZD.
Formats are auto-detected based on file extension.
|