mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: Rohit Malhotra <rohitvinodmalhotra@gmail.com>
7 lines
127 B
Python
7 lines
127 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from .patch import parse_patch
|
|
from .apply import apply_diff
|
|
|
|
__all__ = ["parse_patch", "apply_diff"]
|