pylakey/aiotdlib

Python import typo

nitrotm opened this issue · 1 comments

It seems this should be written from .api import in client.py (missing dot):

from api import (

Because it fails when importing the package when installed with pip:

  File "/home/user/.local/lib/python3.9/site-packages/aiotdlib/client.py", line 30, in <module>
    from api import (
ModuleNotFoundError: No module named 'api'

Fixed in 0.15.1