client-py/venv/lib/python3.12/site-packages/whatthepatch/__init__.py
2026-05-02 13:34:53 +05:00

6 lines
127 B
Python

# -*- coding: utf-8 -*-
from .patch import parse_patch
from .apply import apply_diff
__all__ = ["parse_patch", "apply_diff"]