poethepoet.config

src/poethepoet/config/__init__.pyi
1
2
3
4
5
from poethepoet.config.config import PoeConfig as PoeConfig
from poethepoet.config.partition import KNOWN_SHELL_INTERPRETERS as KNOWN_SHELL_INTERPRETERS
from poethepoet.config.partition import ConfigPartition as ConfigPartition

__all__ = ['KNOWN_SHELL_INTERPRETERS', 'ConfigPartition', 'PoeConfig']