Add __all__ part 2 (#13719)

---------

Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
Semyon Moroz
2025-03-31 18:27:19 -04:00
committed by GitHub
co-authored by Avasam
parent 0104531422
commit a3c8fce58d
132 changed files with 1057 additions and 171 deletions
@@ -1,2 +0,0 @@
# TODO: missing from stub
whatthepatch.__all__
@@ -1,2 +1,4 @@
from .apply import apply_diff as apply_diff
from .patch import parse_patch as parse_patch
__all__ = ["parse_patch", "apply_diff"]