File: __init__.py

package info (click to toggle)
python-wcmatch 10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 700 kB
  • sloc: python: 7,058; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
"""
Wild Card Match.

A custom implementation of `fnmatch` and `glob`.
"""
from .__meta__ import __version_info__, __version__  # noqa: F401