File size: 127 Bytes
51ff9e5
 
 
 
 
 
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-

from .apply import apply_diff
from .patch import parse_patch

__all__ = ['parse_patch', 'apply_diff']