2 lines
71 B
Python
2 lines
71 B
Python
parser.add_argument('--door', help='Door numbers', choices=[1, 2, 3])
|
|
|
parser.add_argument('--door', help='Door numbers', choices=[1, 2, 3])
|
|
|