Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
osama-ata authored Nov 6, 2024
1 parent 382e220 commit 9cda2be
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/siwar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# src/siwar/__init__.py
"""
Siwar API Python Wrapper
~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -12,10 +13,8 @@

from .client import SiwarClient
from .exceptions import SiwarAPIError, SiwarAuthError
from .models import (
LemmaType,
PartOfSpeech,
ExampleType,
from .models.enums import LemmaType, PartOfSpeech, ExampleType
from .models.core import (
WordForm,
Translation,
Example,
Expand All @@ -38,7 +37,7 @@
"WordForm",
"Translation",
"Example",
"Sense",
"Sense",
"SearchResult",
"LexiconEntry",
]

0 comments on commit 9cda2be

Please sign in to comment.