1 2 3 4
from poethepoet.executor.base import PoeExecutor as PoeExecutor class SimpleExecutor(PoeExecutor): __options__: dict[str, type]