| Current Path : /var/www/pythonian/streamlit/.venv/lib64/python3.10/site-packages/pathspec/patterns/ |
| Current File : /var/www/pythonian/streamlit/.venv/lib64/python3.10/site-packages/pathspec/patterns/__init__.py |
""" 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