Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Backup-bdg
/
OpenHands
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bbdb7f0
OpenHands
/
openhands
/
resolver
/
patching
/
__init__.py
Backup-bdg
Upload 964 files
51ff9e5
verified
8 days ago
raw
Copy download link
history
blame
Safe
127 Bytes
# -*- coding: utf-8 -*-
from
.apply
import
apply_diff
from
.patch
import
parse_patch
__all__ = [
'parse_patch'
,
'apply_diff'
]