usse/funda-scraper/venv/lib/python3.10/site-packages/pep517/__init__.py

7 lines
130 B
Python
Raw Normal View History

2023-02-20 22:38:24 +00:00
"""Wrappers to build Python packages using PEP 517 hooks
"""
__version__ = '0.13.0'
from .wrappers import * # noqa: F401, F403