06555b5
1
2
3
4
5
6
7
8
from typing import NoReturn from .option import Option class Descriptor: name: str options: tuple[Option, ...]