tox-poetry-installer/tox_poetry_installer/__init__.py

5 lines
207 B
Python
Raw Normal View History

# pylint: disable=missing-docstring
from tox_poetry_installer.hooks import tox_add_core_config
from tox_poetry_installer.hooks import tox_add_env_config
from tox_poetry_installer.hooks import tox_on_install