creeper-adventure/.venv/lib/python3.8/site-packages/pathspec/patterns/__init__.py
2022-03-31 20:20:07 -05:00

8 lines
184 B
Python

# encoding: utf-8
"""
The *pathspec.patterns* package contains the pattern matching
implementations.
"""
# Load pattern implementations.
from .gitwildmatch import GitWildMatchPattern