mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Initial commit
This commit is contained in:
11
venv/Lib/site-packages/pathspec/patterns/__init__.py
Normal file
11
venv/Lib/site-packages/pathspec/patterns/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
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
|
Reference in New Issue
Block a user