6 lines
261 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
2023-05-20 00:03:44 +02:00
from tox_poetry_installer.hooks import tox_add_option
from tox_poetry_installer.hooks import tox_on_install