Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
z44d committed Aug 26, 2024
1 parent 2b945e7 commit e5972c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akinator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
result = await async_aki.start_game()
"""

from .aki import Akinator, AsyncAkinator
from .akinator import Akinator, AsyncAkinator
from .enums import Answer, Language

__all__ = ["Akinator", "AsyncAkinator", "Answer", "Language"]
Expand Down

0 comments on commit e5972c4

Please sign in to comment.