Add diff and utils modules
Some checks failed
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled

This commit is contained in:
2026-02-02 17:22:45 +00:00
parent 3bac1a4958
commit 9a7fe4ee49

View File

@@ -0,0 +1,5 @@
"""Diff generation package."""
from i18n_guardian.diff.diff_generator import DiffGenerator
__all__ = ["DiffGenerator"]