Skip to content

Commit

Permalink
Modify __init__ for docs
Browse files Browse the repository at this point in the history
Modify por add documentation of all submodules
  • Loading branch information
DavidLMS committed Aug 16, 2024
1 parent f00e237 commit 31bea4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aphra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"""

from .translate import translate
from . import llm_client
from . import prompts
from . import parsers

__all__ = ['translate']
__all__ = ['translate', 'llm_client', 'prompts', 'parsers']

0 comments on commit 31bea4b

Please sign in to comment.