Cours/venv/lib/python3.12/site-packages/pathspec/patterns/__init__.py

12 lines
302 B
Python
Raw Normal View History

2024-09-02 16:55:06 +00:00
"""
The *pathspec.patterns* package contains the pattern matching
implementations.
"""
# Load pattern implementations.
from . import gitwildmatch
# DEPRECATED: Expose the `GitWildMatchPattern` class in this module for
# backward compatibility with v0.5.
from .gitwildmatch import GitWildMatchPattern