from .akinator import *

__doc__ = akinator.__doc__
if hasattr(akinator, "__all__"):
    __all__ = akinator.__all__