poethepoet.executor.simple

src/poethepoet/executor/simple.pyi
1
2
3
4
from poethepoet.executor.base import PoeExecutor as PoeExecutor

class SimpleExecutor(PoeExecutor):
    __options__: dict[str, type]