Skip to content

Commit f086d70

Browse files
author
bram
committed
Fixed pylint
1 parent 2744d5f commit f086d70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

python_gpt_po/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
GPT-PO Translator - A tool for translating PO files using GPT language models.
3+
This package provides utilities to translate gettext PO files to multiple languages
4+
with support for multiple AI providers including OpenAI and Anthropic.
5+
"""
6+
17
try:
28
from ._version import version as __version__
39
except ImportError:

0 commit comments

Comments
 (0)