File size: 121 Bytes
64772a4
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from typing import NoReturn

from .option import Option

class Descriptor:
    name: str
    options: tuple[Option, ...]