mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-16 10:00:39 +00:00
9 lines
184 B
Python
9 lines
184 B
Python
# encoding: utf-8
|
|
"""
|
|
The *pathspec.patterns* package contains the pattern matching
|
|
implementations.
|
|
"""
|
|
|
|
# Load pattern implementations.
|
|
from .gitwildmatch import GitWildMatchPattern
|